File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ development =
9292 pytest-xdist
9393 pytzdata
9494pandas =
95- pandas>=1.0.0,<1.6 .0
95+ pandas>=1.0.0,<2.1 .0
9696 pyarrow>=10.0.1,<10.1.0
9797secure-local-storage =
9898 keyring!=16.1.0,<24.0.0
You can’t perform that action at this time.
0 commit comments