We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05497f4 commit a5e026fCopy full SHA for a5e026f
providers/snowflake/pyproject.toml
@@ -65,6 +65,7 @@ dependencies = [
65
"snowflake-connector-python>=3.7.1",
66
"snowflake-sqlalchemy>=1.4.0",
67
"snowflake-snowpark-python>=1.17.0;python_version<'3.12'",
68
+ "snowflake-snowpark-python>=1.27.0;python_version>='3.12'",
69
]
70
71
# The optional dependencies should be modified in place in the generated file
0 commit comments