PydanticDeprecatedSince29
A specific PydanticDeprecationWarning subclass defining functionality deprecated since Pydantic 2.9.
Constructor
Signature
def PydanticDeprecatedSince29(
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 PydanticDeprecatedSince29(
message: string,
*args: object
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| message | string | The warning message text explaining what functionality is deprecated and what to use instead |
| *args | object | Additional positional arguments passed to the base PydanticDeprecationWarning class |