mirror of https://github.com/tiangolo/fastapi.git
📌 Re-enable GA Pydantic, for v2, require minimum 2.0.2 (#9814)
This commit is contained in:
parent
7ea3d642c0
commit
0ea4c54ade
|
|
@ -42,8 +42,7 @@ classifiers = [
|
|||
]
|
||||
dependencies = [
|
||||
"starlette>=0.27.0,<0.28.0",
|
||||
# TODO (pv2): re-enable this
|
||||
# "pydantic>=1.7.4,!=1.8,!=1.8.1,!=2.0.0,!=2.0.1,<3.0.0",
|
||||
"pydantic>=1.7.4,!=1.8,!=1.8.1,!=2.0.0,!=2.0.1,<3.0.0",
|
||||
"typing-extensions>=4.5.0",
|
||||
]
|
||||
dynamic = ["version"]
|
||||
|
|
|
|||
|
|
@ -25,6 +25,3 @@ passlib[bcrypt] >=1.7.2,<2.0.0
|
|||
# types
|
||||
types-ujson ==5.7.0.1
|
||||
types-orjson ==3.6.2
|
||||
|
||||
# TODO (pv2): remove this and enable in pyproject.toml
|
||||
git+https://github.com/pydantic/pydantic.git
|
||||
|
|
|
|||
Loading…
Reference in New Issue