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 @@ -12,6 +12,7 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
1212 - Fixed a bug where multipart uploads to Azure would be missing their MD5 hashes.
1313 - Fixed a bug where OpenTelemetry header injection would sometimes cause Exceptions to be thrown.
1414 - Fixed a bug where OCSP checks would throw TypeError and make mainly GCP blob storage unreachable.
15+ - Bumped pyOpenSSL dependency from >=16.2.0,<25.0.0 to >=22.0.0,<25.0.0.
1516
1617- v3.12.3(October 25,2024)
1718 - Improved the error message for SSL-related issues to provide clearer guidance when an SSL error occurs.
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ install_requires =
4646 asn1crypto>0.24.0,<2.0.0
4747 cffi>=1.9,<2.0.0
4848 cryptography>=3.1.0
49- pyOpenSSL>=16.2 .0,<25.0.0
49+ pyOpenSSL>=22.0 .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