From 089fa785a873ca30f27ec424c6d1a4c81299722b Mon Sep 17 00:00:00 2001 From: Imri Paran Date: Wed, 13 Nov 2024 10:14:06 +0100 Subject: [PATCH] build(setup-py): update pydantic version (#18541) Update pydantic version to ">=2.7.0" in order to include `IncEx` that was introduced in https://github.com/pydantic/pydantic/commit/3d1355f1683c345350891e562ff26ffaab948ebf --- ingestion/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ingestion/setup.py b/ingestion/setup.py index e209682d835..18e2d4d35e5 100644 --- a/ingestion/setup.py +++ b/ingestion/setup.py @@ -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",