Skip to content

Commit a5e026f

Browse files
authored
Set snowflake-snowpark-python for Python 3.12 (#52356)
* Set snowflake-snowpark-python for Python 3.12 * fix
1 parent 05497f4 commit a5e026f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

providers/snowflake/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ dependencies = [
6565
"snowflake-connector-python>=3.7.1",
6666
"snowflake-sqlalchemy>=1.4.0",
6767
"snowflake-snowpark-python>=1.17.0;python_version<'3.12'",
68+
"snowflake-snowpark-python>=1.27.0;python_version>='3.12'",
6869
]
6970

7071
# The optional dependencies should be modified in place in the generated file

0 commit comments

Comments
 (0)