Skip to content

Commit 1e50704

Browse files
authored
SNOW-1017272: bump dependency of cryptography and pyopenssl (#1866)
1 parent 6b649de commit 1e50704

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

DESCRIPTION.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ packages = find_namespace:
4545
install_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

0 commit comments

Comments
 (0)