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