fix: Set correct comparison operator for snowflake-sqlalchemy pinning (#16526)
This commit is contained in:
parent
68c2a6d43a
commit
e024f8c7d6
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"],
|
||||
|
|
|
|||
Loading…
Reference in New Issue