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.
@final
1 parent 7ca83d4 commit b048783Copy full SHA for b048783
nb_cli/compat.py
@@ -56,7 +56,7 @@ def origin_is_annotated(origin: type[Any] | None) -> bool:
56
DEFAULT_CONFIG = ConfigDict(extra="allow", arbitrary_types_allowed=True)
57
"""Default config for validations"""
58
59
- class FieldInfo(BaseFieldInfo):
+ class FieldInfo(BaseFieldInfo): # pyright: ignore[reportGeneralTypeIssues]
60
"""FieldInfo class with extra property for compatibility with pydantic v1"""
61
62
# make default can be positional argument
0 commit comments