mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix: Set correct comparison operator for snowflake-sqlalchemy pinning (#16526)
This commit is contained in:
2
setup.py
2
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"],
|
||||
|
||||
Reference in New Issue
Block a user