Skip to content

Commit ca87fd8

Browse files
authored
SNOW-1038863: bump pandas dependency (#1872)
1 parent aefb841 commit ca87fd8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

DESCRIPTION.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
1010

1111
- v3.7.1(TBD)
1212

13+
- Bumped pandas dependency from >=1.0.0,<2.2.0 to >=1.0.0,<3.0.0.
1314
- Bumped cryptography dependency from <42.0.0,>=3.1.0 to >=3.1.0,<43.0.0.
1415
- Bumped pyOpenSSL dependency from >=16.2.0,<24.0.0 to >=16.2.0,<25.0.0.
1516
- Fixed a memory leak in decimal data conversion.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ development =
9393
pytest-xdist
9494
pytzdata
9595
pandas =
96-
pandas>=1.0.0,<2.2.0
96+
pandas>=1.0.0,<3.0.0
9797
pyarrow
9898
secure-local-storage =
9999
keyring!=16.1.0,<25.0.0

0 commit comments

Comments
 (0)