PydanticDeprecatedSince212
A specific PydanticDeprecationWarning subclass defining functionality deprecated since Pydantic 2.12.
Constructor
Signature
def PydanticDeprecatedSince212(
message: str,
*args: object
) - > None
Parameters
| Name | Type | Description |
|---|---|---|
| message | str | The deprecation message to display. |
| *args | object | Additional positional arguments passed to the parent warning class. |
Signature
def PydanticDeprecatedSince212(
message: string,
*args: object
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| message | string | The detailed warning message explaining what is deprecated and what to use instead |
| *args | object | Variable length argument list passed to the parent PydanticDeprecationWarning class |