Skip to content

Commit 0455040

Browse files
authored
Fix: Pin the snowflake connector dependency (#1489)
1 parent 8b0e3cf commit 0455040

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"pytest-mock",
8585
"pyspark>=3.4.0",
8686
"pytz",
87-
"snowflake-connector-python[pandas,secure-local-storage]",
87+
"snowflake-connector-python[pandas,secure-local-storage]>=3.0.2",
8888
"sqlalchemy-stubs",
8989
"tenacity==8.1.0",
9090
"types-croniter",

0 commit comments

Comments
 (0)