Skip to content

Commit a6bd3cf

Browse files
SNOW-2111939: Bind cryptography to latest known working version (#2325)
1 parent fe9547b commit a6bd3cf

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
@@ -11,6 +11,7 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
1111
- Added basic arrow support for Interval types.
1212
- Fix `write_pandas` special characters usage in the location name.
1313
- Fix usage of `use_virtual_url` when building the location for gcs storage client.
14+
- Bind cryptography to <=44.0.3 to avoid issues with 45.0.0.
1415

1516
- v3.15.0(Apr 29,2025)
1617
- Bumped up min boto and botocore version to 1.24.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ install_requires =
4747
boto3>=1.24
4848
botocore>=1.24
4949
cffi>=1.9,<2.0.0
50-
cryptography>=3.1.0
50+
cryptography>=3.1.0,<=44.0.3
5151
pyOpenSSL>=22.0.0,<26.0.0
5252
pyjwt<3.0.0
5353
pytz

0 commit comments

Comments
 (0)