From bce32af19b65e8960d97ba6ef3a9e65c6313155e Mon Sep 17 00:00:00 2001 From: Beto Dealmeida Date: Tue, 2 Aug 2022 21:17:06 -0700 Subject: [PATCH] chore: unpin snowflake (#20948) --- setup.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 5f1b7b7fd2..ba16a2e58f 100644 --- a/setup.py +++ b/setup.py @@ -167,9 +167,7 @@ setup( "shillelagh": [ "shillelagh[datasetteapi,gsheetsapi,socrata,weatherapi]>=1.0.3, <2" ], - "snowflake": [ - "snowflake-sqlalchemy==1.2.4" - ], # PINNED! 1.2.5 introduced breaking changes requiring sqlalchemy>=1.4.0 + "snowflake": ["snowflake-sqlalchemy>=1.2.4, <2"], "spark": ["pyhive[hive]>=0.6.5", "tableschema", "thrift>=0.11.0, <1.0.0"], "teradata": ["teradatasql>=16.20.0.23"], "thumbnails": ["Pillow>=9.1.1, <10.0.0"],