Nikita Zavadin
6 months ago
No known key found for this signature in database
GPG Key ID: 9F14940057AA9BBD
1 changed files with
1 additions and
1 deletions
-
fastapi/_compat.py
|
|
@ -87,7 +87,7 @@ if PYDANTIC_V2: |
|
|
|
class ModelField: |
|
|
|
field_info: FieldInfo |
|
|
|
name: str |
|
|
|
model_config: BaseConfig | None = None |
|
|
|
model_config: Union[BaseConfig, None] = None |
|
|
|
mode: Literal["validation", "serialization"] = "validation" |
|
|
|
|
|
|
|
@property |
|
|
|