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 a382483 commit d1c1c5bCopy full SHA for d1c1c5b
DESCRIPTION.md
@@ -15,6 +15,7 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
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.
17
- Fixed a bug where `write_pandas` wasn't truncating the target table.
18
+ - Bumped keyring dependency lower bound to 23.1.0 to address security vulnerability.
19
20
- v3.7.0(January 25,2024)
21
setup.cfg
@@ -96,4 +96,4 @@ pandas =
96
pandas>=1.0.0,<3.0.0
97
pyarrow
98
secure-local-storage =
99
- keyring!=16.1.0,<25.0.0
+ keyring>=23.1.0,<25.0.0
0 commit comments