Skip to content

Commit

Permalink
SNOW-1038863: bump pandas dependency (#1872)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-aling authored Feb 6, 2024
1 parent aefb841 commit ca87fd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions DESCRIPTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ca87fd8

Please sign in to comment.