From 45dfc8c950285712f1e65006a156623ad91e4c72 Mon Sep 17 00:00:00 2001 From: Teddy Crepineau Date: Mon, 6 Jan 2025 11:56:47 +0100 Subject: [PATCH] fix: dagster version to 1.8 for py8 compatibility --- ingestion/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ingestion/setup.py b/ingestion/setup.py index e7f2be05c190..0cf3a081dacb 100644 --- a/ingestion/setup.py +++ b/ingestion/setup.py @@ -180,7 +180,7 @@ VERSIONS["pymysql"], "psycopg2-binary", VERSIONS["geoalchemy2"], - "dagster_graphql>=1.9.0", + "dagster_graphql>=1.8.0", }, "dbt": { "google-cloud",