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 718324d commit 3d69981Copy full SHA for 3d69981
python/pydantic_core/core_schema.py
@@ -2201,7 +2201,7 @@ class NoInfoWrapValidatorFunctionSchema(TypedDict):
2201
class WithInfoWrapValidatorFunctionSchema(TypedDict, total=False):
2202
type: Required[Literal['with-info']]
2203
function: Required[WithInfoWrapValidatorFunction]
2204
- field_name: str
+ field_name: str # deprecated
2205
2206
2207
WrapValidatorFunction = Union[NoInfoWrapValidatorFunctionSchema, WithInfoWrapValidatorFunctionSchema]
0 commit comments