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:
Imri Paran 2024-11-13 10:14:06 +01:00 committed by GitHub
parent f4634db1bc
commit 089fa785a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",