Skip to content

Commit cbfd6d0

Browse files
authored
SNOW-679732: loosen cryptography restriction (#1341)
1 parent 0cc95b3 commit cbfd6d0

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

DESCRIPTION.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
99
# Release Notes
1010

1111
- v2.8.3(Unreleased)
12+
- Bumped cryptography dependency from <39.0.0 to <41.0.0
1213
- Fixed a bug where the permission of the file downloaded via GET command is changed
1314

1415
- v2.8.2(November 18,2022)

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ packages = find_namespace:
4444
install_requires =
4545
asn1crypto>0.24.0,<2.0.0
4646
cffi>=1.9,<2.0.0
47-
cryptography>=3.1.0,<39.0.0
47+
cryptography>=3.1.0,<41.0.0
4848
oscrypto<2.0.0
4949
pyOpenSSL>=16.2.0,<23.0.0
5050
pycryptodomex!=3.5.0,>=3.2,<4.0.0

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,8 @@ depends = py37, py38, py39, py310
151151
log_level = info
152152
addopts = -ra --strict-markers
153153
junit_family = legacy
154+
filterwarnings =
155+
error::UserWarning:cryptography.*
154156
markers =
155157
# Optional dependency groups markers
156158
lambda: AWS lambda tests

0 commit comments

Comments
 (0)