We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81616fc commit 0cd1fb3Copy full SHA for 0cd1fb3
pyiceberg/expressions/__init__.py
@@ -33,7 +33,7 @@
33
)
34
from typing import Literal as TypingLiteral
35
36
-from pydantic import Field
+from pydantic import Field, ConfigDict
37
38
from pyiceberg.expressions.literals import (
39
AboveMax,
0 commit comments