potiuk commented on code in PR #56606:
URL: https://github.com/apache/airflow/pull/56606#discussion_r2428881040
##########
providers/snowflake/pyproject.toml:
##########
@@ -66,9 +66,9 @@ dependencies = [
"pyarrow>=18.0.0; python_version >= '3.13'",
"snowflake-connector-python>=3.7.1",
"snowflake-sqlalchemy>=1.4.0",
- "snowflake-snowpark-python>=1.17.0;python_version<'3.12'",
# The "<9999" is a hint to the pip resolver to resolve this requirement
early,
# can be removed when the pip resolver is improved
+ "snowflake-snowpark-python>=1.17.0,<9999;python_version<'3.12'",
"snowflake-snowpark-python>=1.27.0,<9999;python_version>='3.12' and
python_version<'3.13'",
Review Comment:
```suggestion
"snowflake-snowpark-python>=1.27.0,<9999;python_version>='3.12' and
python_version<'3.14",
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]