Skip to content

Commit

Permalink
SNOW-1836910 bump pyopenssl (#2110)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-mkeller authored Dec 2, 2024
1 parent 557774d commit fef06c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions DESCRIPTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
- Fixed a bug where multipart uploads to Azure would be missing their MD5 hashes.
- Fixed a bug where OpenTelemetry header injection would sometimes cause Exceptions to be thrown.
- Fixed a bug where OCSP checks would throw TypeError and make mainly GCP blob storage unreachable.
- Bumped pyOpenSSL dependency from >=16.2.0,<25.0.0 to >=22.0.0,<25.0.0.

- v3.12.3(October 25,2024)
- Improved the error message for SSL-related issues to provide clearer guidance when an SSL error occurs.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ install_requires =
asn1crypto>0.24.0,<2.0.0
cffi>=1.9,<2.0.0
cryptography>=3.1.0
pyOpenSSL>=16.2.0,<25.0.0
pyOpenSSL>=22.0.0,<25.0.0
pyjwt<3.0.0
pytz
requests<3.0.0
Expand Down

0 comments on commit fef06c3

Please sign in to comment.