From aa645df30255d675917d4fab6216db3c7099b325 Mon Sep 17 00:00:00 2001 From: Damian Shaw Date: Mon, 13 Oct 2025 20:24:53 -0400 Subject: [PATCH 1/3] Complete `snowflake-snowpark-python` pip resolver hint --- providers/snowflake/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/snowflake/pyproject.toml b/providers/snowflake/pyproject.toml index 9e77f43d70f8a..845c28b4c85e2 100644 --- a/providers/snowflake/pyproject.toml +++ b/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'", ] From 54cca4765e0106df268965fd0d2cc3c3915df0c1 Mon Sep 17 00:00:00 2001 From: Jarek Potiuk Date: Tue, 14 Oct 2025 13:56:01 +0200 Subject: [PATCH 2/3] Update providers/snowflake/pyproject.toml --- providers/snowflake/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/snowflake/pyproject.toml b/providers/snowflake/pyproject.toml index 845c28b4c85e2..46d9beeec0645 100644 --- a/providers/snowflake/pyproject.toml +++ b/providers/snowflake/pyproject.toml @@ -69,7 +69,7 @@ dependencies = [ # 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'", + "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 From 7fe4e9f7292f832d930bf65888005da62fb2dca6 Mon Sep 17 00:00:00 2001 From: Jarek Potiuk Date: Tue, 14 Oct 2025 14:08:14 +0200 Subject: [PATCH 3/3] Update providers/snowflake/pyproject.toml --- providers/snowflake/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/snowflake/pyproject.toml b/providers/snowflake/pyproject.toml index 46d9beeec0645..ea430e463ef00 100644 --- a/providers/snowflake/pyproject.toml +++ b/providers/snowflake/pyproject.toml @@ -69,7 +69,7 @@ dependencies = [ # 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.14", + "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