From 12d6aa5108575abf630621bbb5788fa6f3e97a24 Mon Sep 17 00:00:00 2001 From: Bruno Dufour Date: Fri, 6 Dec 2024 08:03:13 -0500 Subject: [PATCH] Downgrade snowpark lib until a fix is identified --- tests_e2e/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: