Skip to content

Commit bde8101

Browse files
Update pandas requirement from <1.6.0,>=1.0.0 to >=1.0.0,<2.1.0 (#1496)
Co-authored-by: Mark Keller <[email protected]>
1 parent 19ae4d1 commit bde8101

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
@@ -16,6 +16,7 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
1616
- Bumped vendored library requests to 2.29.0
1717
- Fixed a bug when `_prefetch_hook()` was not called before yielding results of `execute_async()`.
1818
- Fixed a bug where some ResultMetadata fields were marked as required when they were optional.
19+
- Bumped pandas dependency from <1.6.0,>=1.0.0 to >=1.0.0,<2.1.0
1920

2021
- v3.0.3(April 20, 2023)
2122
- Fixed a bug that prints error in logs for GET command on GCS.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ development =
9292
pytest-xdist
9393
pytzdata
9494
pandas =
95-
pandas>=1.0.0,<1.6.0
95+
pandas>=1.0.0,<2.1.0
9696
pyarrow>=10.0.1,<10.1.0
9797
secure-local-storage =
9898
keyring!=16.1.0,<24.0.0

0 commit comments

Comments
 (0)