Skip to content

Commit 2624879

Browse files
chore: Update snowflake dependencies (feast-dev#3238)
chore: Update snowflake python dependencies Signed-off-by: miles.adkins <[email protected]> Signed-off-by: miles.adkins <[email protected]>
1 parent 6acc948 commit 2624879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
BYTEWAX_REQUIRED = ["bytewax==0.10.0", "docker>=5.0.2", "kubernetes<=20.13.0"]
9797

9898
SNOWFLAKE_REQUIRED = [
99-
"snowflake-connector-python[pandas]>=2.7.3,<=2.7.8",
99+
"snowflake-connector-python[pandas]>=2.7.3,<3",
100100
]
101101

102102
SPARK_REQUIRED = [

0 commit comments

Comments
 (0)