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

potiuk pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v3-1-test by this push:
     new 3d59ae3c0b5 [v3-1-test] Complete `snowflake-snowpark-python` pip 
resolver hint (#56606) (#56619)
3d59ae3c0b5 is described below

commit 3d59ae3c0b54c889ba4db6db6dd80e3fc67841c0
Author: Jarek Potiuk <[email protected]>
AuthorDate: Tue Oct 14 15:52:11 2025 +0200

    [v3-1-test] Complete `snowflake-snowpark-python` pip resolver hint (#56606) 
(#56619)
    
    * Complete `snowflake-snowpark-python` pip resolver hint
    
    * Update providers/snowflake/pyproject.toml
    
    * Update providers/snowflake/pyproject.toml
    
    ---------
    (cherry picked from commit fe5d582)
    
    Co-authored-by: Damian Shaw <[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 6f0f59c4658..9c120db632a 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