From 650a1ffced66ac4e98f7ef8a9379251a2cb76e8e Mon Sep 17 00:00:00 2001 From: Adam Ling Date: Fri, 2 Feb 2024 10:08:04 -0800 Subject: [PATCH 1/2] bump pandas --- DESCRIPTION.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 8de5d5e3d..f39b10c84 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -8,6 +8,10 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne # Release Notes +- v3.7.1 + + - Bumped pandas dependency from >=1.0.0,<2.2.0 to >=1.0.0,<3.0.0. + - v3.7.0(January 25,2024) - Added a new boolean parameter `force_return_table` to `SnowflakeCursor.fetch_arrow_all` to force returning `pyarrow.Table` in case of zero rows. From 3d1844376c82a087f1165236516e2d8830531163 Mon Sep 17 00:00:00 2001 From: Adam Ling Date: Fri, 2 Feb 2024 10:08:54 -0800 Subject: [PATCH 2/2] update --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 4012abe04..0fc765106 100644 --- a/setup.cfg +++ b/setup.cfg @@ -93,7 +93,7 @@ development = pytest-xdist pytzdata pandas = - pandas>=1.0.0,<2.2.0 + pandas>=1.0.0,<3.0.0 pyarrow secure-local-storage = keyring!=16.1.0,<25.0.0