-
-
Notifications
You must be signed in to change notification settings - Fork 387
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
feat: support pydantic2.0 #1427
Conversation
Hi, I am using pydantic2.0, but still have this error, please help! |
Did you use latest code? |
Yes, I used the latest code. |
FastAPI (0.100.0) dependency list shows that it excluded Pydantic (2.0.0, 2.0.1) so first of all using the latest stable version of both frameworks would be a rational choice, which in case of Pydantic it is (2.0.3) https://docs.pydantic.dev/latest/migration/#migration-guide |
Thank you so much |
* feat: support pydantic2.0 * fix: test * feat: finish pydantic2.0 support * ci: fix style * fix: pydantic warn
Description
Support pydantic2.0
Motivation and Context
#1419
How Has This Been Tested?
Checklist: