Skip to content

Commit cc52d00

Browse files
SNOW-1891253 bump pyopenssl upper boundary to <26.0.0 from <25.0.0 (#2160)
1 parent 5575562 commit cc52d00

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

DESCRIPTION.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ https://docs.snowflake.com/
77
Source code is also available at: https://github.com/snowflakedb/snowflake-connector-python
88

99
# Release Notes
10+
- v3.13.3(TBD)
11+
- Bumped pyOpenSSL dependency upper boundary from <25.0.0 to <26.0.0.
12+
1013
- v3.13.2(January 29, 2025)
1114
- Changed not to use scoped temporary objects.
1215

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>=22.0.0,<25.0.0
49+
pyOpenSSL>=22.0.0,<26.0.0
5050
pyjwt<3.0.0
5151
pytz
5252
requests<3.0.0

0 commit comments

Comments
 (0)