We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aefb841 commit ca87fd8Copy full SHA for ca87fd8
DESCRIPTION.md
@@ -10,6 +10,7 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
10
11
- v3.7.1(TBD)
12
13
+ - Bumped pandas dependency from >=1.0.0,<2.2.0 to >=1.0.0,<3.0.0.
14
- Bumped cryptography dependency from <42.0.0,>=3.1.0 to >=3.1.0,<43.0.0.
15
- Bumped pyOpenSSL dependency from >=16.2.0,<24.0.0 to >=16.2.0,<25.0.0.
16
- Fixed a memory leak in decimal data conversion.
setup.cfg
@@ -93,7 +93,7 @@ development =
93
pytest-xdist
94
pytzdata
95
pandas =
96
- pandas>=1.0.0,<2.2.0
+ pandas>=1.0.0,<3.0.0
97
pyarrow
98
secure-local-storage =
99
keyring!=16.1.0,<25.0.0
0 commit comments