From 30f2674b0e8520c6967cb08be35e43f470f88109 Mon Sep 17 00:00:00 2001 From: AAfghahi Date: Thu, 27 Oct 2022 11:18:07 -0400 Subject: [PATCH] small bump to shillelagh --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2b21f0e292f6c..405346e4566b6 100644 --- a/setup.py +++ b/setup.py @@ -166,7 +166,7 @@ def get_git_sha() -> str: "redshift": ["sqlalchemy-redshift>=0.8.1, < 0.9"], "rockset": ["rockset>=0.8.10, <0.9"], "shillelagh": [ - "shillelagh[datasetteapi,gsheetsapi,socrata,weatherapi]>=1.0.3, <2" + "shillelagh[datasetteapi,gsheetsapi,socrata,weatherapi]>=1.1.1, <2" ], "snowflake": ["snowflake-sqlalchemy>=1.2.4, <2"], "spark": ["pyhive[hive]>=0.6.5", "tableschema", "thrift>=0.14.1, <1.0.0"],