From 17aed8a9e90bfa714d9143fa026f0578cc98231a Mon Sep 17 00:00:00 2001 From: Pere Miquel Brull Date: Wed, 22 May 2024 21:25:42 +0200 Subject: [PATCH] MINOR - Fix GX version (#16394) --- ingestion/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ingestion/setup.py b/ingestion/setup.py index 88326574779..3686462b9bf 100644 --- a/ingestion/setup.py +++ b/ingestion/setup.py @@ -26,7 +26,7 @@ VERSIONS = { "geoalchemy2": "GeoAlchemy2~=0.12", "google-cloud-storage": "google-cloud-storage==1.43.0", "gcsfs": "gcsfs~=2022.11", - "great-expectations": "great-expectations~=0.18.0", + "great-expectations": "great-expectations>=0.18.0,<0.18.14", "grpc-tools": "grpcio-tools>=1.47.2", "msal": "msal~=1.2", "neo4j": "neo4j~=5.3.0",