PydanticDeprecatedSince20
A specific PydanticDeprecationWarning subclass defining functionality deprecated since Pydantic 2.0.
Constructor
Signature
def PydanticDeprecatedSince20(
message: str,
*args: object
) - > None
Parameters
| Name | Type | Description |
|---|---|---|
| message | str | The deprecation message describing the feature or functionality being deprecated. |
| *args | object | Additional positional arguments passed to the parent PydanticDeprecationWarning class. |
Signature
def PydanticDeprecatedSince20(
message: string,
*args: object
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| message | string | The detailed deprecation message explaining what functionality is deprecated and what should be used instead. |
| *args | object | Additional positional arguments passed to the base PydanticDeprecationWarning class. |