This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new fe5d5826f0c Complete `snowflake-snowpark-python` pip resolver hint 
(#56606)
fe5d5826f0c is described below

commit fe5d5826f0ca3224bf24747db826dac05f800f1f
Author: Damian Shaw <[email protected]>
AuthorDate: Tue Oct 14 09:06:50 2025 -0400

    Complete `snowflake-snowpark-python` pip resolver hint (#56606)
    
    * Complete `snowflake-snowpark-python` pip resolver hint
    
    * Update providers/snowflake/pyproject.toml
    
    * Update providers/snowflake/pyproject.toml
    
    ---------
    
    Co-authored-by: Jarek Potiuk <[email protected]>
---
 providers/snowflake/pyproject.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/providers/snowflake/pyproject.toml 
b/providers/snowflake/pyproject.toml
index 9e77f43d70f..ea430e463ef 100644
--- a/providers/snowflake/pyproject.toml
+++ b/providers/snowflake/pyproject.toml
@@ -66,10 +66,10 @@ 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.27.0,<9999;python_version>='3.12' and 
python_version<'3.13'",
+    "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.14'",
 ]
 
 # The optional dependencies should be modified in place in the generated file

Reply via email to