File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
99# Release Notes
1010
1111- v3.7.1(TBD)
12+
13+ - Bumped cryptography dependency from <42.0.0,>=3.1.0 to >=3.1.0,<43.0.0.
14+ - Bumped pyOpenSSL dependency from >=16.2.0,<24.0.0 to >=16.2.0,<25.0.0.
1215 - Fixed a memory leak in decimal data conversion.
1316
1417- v3.7.0(January 25,2024)
Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ packages = find_namespace:
4545install_requires =
4646 asn1crypto>0.24.0,<2.0.0
4747 cffi>=1.9,<2.0.0
48- cryptography>=3.1.0,<42 .0.0
49- pyOpenSSL>=16.2.0,<24 .0.0
48+ cryptography>=3.1.0,<43 .0.0
49+ pyOpenSSL>=16.2.0,<25 .0.0
5050 pyjwt<3.0.0
5151 pytz
5252 requests<3.0.0
You can’t perform that action at this time.
0 commit comments