MCPcopy
hub / github.com/fastapi/fastapi / PydanticV1NotSupportedError

Class PydanticV1NotSupportedError

fastapi/exceptions.py:246–249  ·  view source on GitHub ↗

A pydantic.v1 model is used, which is no longer supported.

Source from the content-addressed store, hash-verified

244
245
246class PydanticV1NotSupportedError(FastAPIError):
247 """
248 A pydantic.v1 model is used, which is no longer supported.
249 """
250
251
252class FastAPIDeprecationWarning(UserWarning):

Callers 2

jsonable_encoderFunction · 0.90
create_model_fieldFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…