From 4e0c73c6620e878f3dc3554606605e4cd150a1d3 Mon Sep 17 00:00:00 2001 From: Bruno Dufour Date: Fri, 6 Dec 2024 09:14:10 -0500 Subject: [PATCH 1/2] Downgrade snowpark lib until a fix is identified (#1928) --- pyproject.toml | 2 +- snyk/requirements.txt | 2 +- tests_e2e/conftest.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 68c30b4302..8df59c740e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "setuptools==75.6.0", 'snowflake.core==1.0.2; python_version < "3.12"', "snowflake-connector-python[secure-local-storage]==3.12.3", - 'snowflake-snowpark-python>=1.15.0;python_version < "3.12"', + 'snowflake-snowpark-python>=1.15.0,<1.26.0;python_version < "3.12"', "tomlkit==0.13.2", "typer==0.12.5", "urllib3>=1.24.3,<2.3", diff --git a/snyk/requirements.txt b/snyk/requirements.txt index 1c2f44c1a3..e5870050d1 100644 --- a/snyk/requirements.txt +++ b/snyk/requirements.txt @@ -8,7 +8,7 @@ requirements-parser==0.11.0 setuptools==75.6.0 snowflake.core==1.0.2; python_version < "3.12" snowflake-connector-python[secure-local-storage]==3.12.3 -snowflake-snowpark-python>=1.15.0;python_version < "3.12" +snowflake-snowpark-python>=1.15.0,<1.26.0;python_version < "3.12" tomlkit==0.13.2 typer==0.12.5 urllib3>=1.24.3,<2.3 diff --git a/tests_e2e/conftest.py b/tests_e2e/conftest.py index 7bca4d9d1c..38bbb8327c 100644 --- a/tests_e2e/conftest.py +++ b/tests_e2e/conftest.py @@ -140,7 +140,7 @@ def _install_snowcli_with_external_plugin( ) # Required by snowpark example tests - _pip_install(python, "snowflake-snowpark-python") + _pip_install(python, "snowflake-snowpark-python[pandas]==1.25.0") def _python_path(venv_path: Path) -> Path: From 63e3834a35d148f247f067f8f4a1fc0cec316f89 Mon Sep 17 00:00:00 2001 From: Adam Stus Date: Mon, 9 Dec 2024 10:33:25 +0100 Subject: [PATCH 2/2] Removed PuPr note from readme (#1927) --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index d2af3ccc28..80225cff5c 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,6 @@ Snowflake CLI is an open-source command-line tool explicitly designed for develo With Snowflake CLI, developers can create, manage, update, and view apps running on Snowflake across workloads such as Streamlit in Snowflake, the Snowflake Native App Framework, Snowpark Container Services, and Snowpark. It supports a range of Snowflake features, including user-defined functions, stored procedures, Streamlit in Snowflake, and SQL execution. -**Note**: Snowflake CLI is in Public Preview (PuPr). - Docs: . Quick start: