This is an automated email from the ASF dual-hosted git repository.
tai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new e024f8c fix: Set correct comparison operator for snowflake-sqlalchemy
pinning (#16526)
e024f8c is described below
commit e024f8c7d6251f4bfd4a6c5c2d23b1e3b2341e2a
Author: Daniel Wood <[email protected]>
AuthorDate: Tue Aug 31 15:18:55 2021 -0700
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 e6c9f82..957e135 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"],