From ca87fd8412efebfbdeb34ff9fabe20b929da9f27 Mon Sep 17 00:00:00 2001 From: Adam Ling Date: Tue, 6 Feb 2024 10:39:55 -0800 Subject: [PATCH] SNOW-1038863: bump pandas dependency (#1872) --- DESCRIPTION.md | 1 + setup.cfg | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 04e936616..ff0d13052 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -10,6 +10,7 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne - v3.7.1(TBD) + - Bumped pandas dependency from >=1.0.0,<2.2.0 to >=1.0.0,<3.0.0. - Bumped cryptography dependency from <42.0.0,>=3.1.0 to >=3.1.0,<43.0.0. - Bumped pyOpenSSL dependency from >=16.2.0,<24.0.0 to >=16.2.0,<25.0.0. - Fixed a memory leak in decimal data conversion. diff --git a/setup.cfg b/setup.cfg index e335fb1a5..a36ed0921 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