A pydantic.v1 model is used, which is no longer supported.
| 244 | |
| 245 | |
| 246 | class PydanticV1NotSupportedError(FastAPIError): |
| 247 | """ |
| 248 | A pydantic.v1 model is used, which is no longer supported. |
| 249 | """ |
| 250 | |
| 251 | |
| 252 | class FastAPIDeprecationWarning(UserWarning): |
no outgoing calls
no test coverage detected
searching dependent graphs…