FastAPI 0.98 breaks with pydantic 1.10.12 #9949
Replies: 3 comments
-
|
Actually, can confirm that fastapi 0.100.0 is also broken in the same way with pydantic 1.10.12 but works with pydantic 1.10.11. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I can't reproduce it on 3.11.1 installing |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thanks @Kludex! Looks like the issue was with the conda package for 1.10.12 (related to cython)
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
First Check
Commit to Help
Example Code
`conda create -n fastest python=3.11 fastapi=0.98.0`Description
If I create a minimal virtual environment with
fastapi=0.98.0and python 3.11 using the conda command above, I cannot even importfastapi.However, if I downgrade to
pydantic=1.10.11from1.10.12, then everything works.Operating System
Linux, macOS
Operating System Details
macOS 13.5 onApple Silicon, macOS 13.4 on Intel
FastAPI Version
0.98.0
Python Version
3.11
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions