Skip to content

Commit fef06c3

Browse files
SNOW-1836910 bump pyopenssl (#2110)
1 parent 557774d commit fef06c3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

DESCRIPTION.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)