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