File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
11
11
- Added basic arrow support for Interval types.
12
12
- Fix ` write_pandas ` special characters usage in the location name.
13
13
- 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.
14
15
15
16
- v3.15.0(Apr 29,2025)
16
17
- Bumped up min boto and botocore version to 1.24.
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ install_requires =
47
47
boto3>=1.24
48
48
botocore>=1.24
49
49
cffi>=1.9,<2.0.0
50
- cryptography>=3.1.0
50
+ cryptography>=3.1.0,<=44.0.3
51
51
pyOpenSSL>=22.0.0,<26.0.0
52
52
pyjwt<3.0.0
53
53
pytz
You can’t perform that action at this time.
0 commit comments