From e024f8c7d6251f4bfd4a6c5c2d23b1e3b2341e2a Mon Sep 17 00:00:00 2001 From: Daniel Wood Date: Tue, 31 Aug 2021 15:18:55 -0700 Subject: [PATCH] fix: Set correct comparison operator for snowflake-sqlalchemy pinning (#16526) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e6c9f82d7..957e135d3 100644 --- a/setup.py +++ b/setup.py @@ -152,7 +152,7 @@ setup( "shillelagh[datasetteapi,gsheetsapi,socrata,weatherapi]>=1.0.3, <2" ], "snowflake": [ - "snowflake-sqlalchemy>=1.2.4" + "snowflake-sqlalchemy==1.2.4" ], # PINNED! 1.2.5 introduced breaking changes requiring sqlalchemy>=1.4.0 "teradata": ["sqlalchemy-teradata==0.9.0.dev0"], "thumbnails": ["Pillow>=7.0.0, <8.0.0"],