mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-08 05:27:02 +00:00
Fix pydantic to 1.8.2 (#5045)
This commit is contained in:
parent
f4d757a7a4
commit
a1952e76b4
@ -29,8 +29,7 @@ base_requirements = {
|
|||||||
"typing_extensions>=3.7.4",
|
"typing_extensions>=3.7.4",
|
||||||
"mypy_extensions>=0.4.3",
|
"mypy_extensions>=0.4.3",
|
||||||
"typing-inspect",
|
"typing-inspect",
|
||||||
"pydantic>=1.7.4",
|
"pydantic[email]==1.8.2",
|
||||||
"pydantic[email]>=1.7.2",
|
|
||||||
"google>=3.0.0",
|
"google>=3.0.0",
|
||||||
"google-auth>=1.33.0",
|
"google-auth>=1.33.0",
|
||||||
"python-dateutil>=2.8.1",
|
"python-dateutil>=2.8.1",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user