mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-07 13:07:22 +00:00
build(setup-py): update pydantic version (#18541)
Update pydantic version to ">=2.7.0" in order to include `IncEx` that was introduced in 3d1355f168
This commit is contained in:
parent
f4634db1bc
commit
089fa785a8
@ -33,7 +33,7 @@ VERSIONS = {
|
||||
"neo4j": "neo4j~=5.3.0",
|
||||
"pandas": "pandas~=2.0.0",
|
||||
"pyarrow": "pyarrow~=16.0",
|
||||
"pydantic": "pydantic~=2.0",
|
||||
"pydantic": "pydantic~=2.0,>=2.7.0",
|
||||
"pydomo": "pydomo~=0.3",
|
||||
"pymysql": "pymysql~=1.0",
|
||||
"pyodbc": "pyodbc>=4.0.35,<5",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user