-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] Support Pydantic 2.0 #276
Comments
Same issue here.
|
Hi @dmontagu, |
https://github.com/yuval9313/FastApi-RESTful is a fork of fastapi-utils that is more active and already has support for pydantic 2. Feel free to check it out. |
https://github.com/priyanshu-panwar/fastapi-utilities is based on this project and has support for it. |
Fixed in version 0.6.0 in pr #291 |
Is your feature request related to a problem? Please describe.
pydantic v2 got released.
However, fastapi-utils has a
pydantic<2.0
constraint: https://github.com/dmontagu/fastapi-utils/blob/3ef27a6f67ac10fae6a8b4816549c0c44567a451/pyproject.toml#L43Describe the solution you'd like
I would like to be able to use pydantic v2 and fastapi-utils together. Can we build the support for pydantic v2?
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: