Skip to content

Commit 2b59c8a

Browse files
Upgrade cryptography to match setup cfg (#2824)
Co-authored-by: Filip Pawłowski <filip.pawlowski@snowflake.com>
1 parent 1f6635d commit 2b59c8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DESCRIPTION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
88

99
# Release Notes
1010
- v4.4.0(March 24,2026)
11-
- Bump lower boundary of cryptography to 46.0.5 due to CVE-2026-26007.
11+
- Bump the lower boundary of cryptography to 46.0.5 due to CVE-2026-26007.
1212
- Added support for Python 3.14.
1313
- Removed pyOpenSSL upper bound dependency constraint to allow installation of pyOpenSSL 26.0.0+, which includes a fix for GHSA-vp96-hxj8-p424.
1414
- Fixed Azure IMDS `Metadata` header to use lowercase `"true"` instead of `"True"`, which caused 400 errors during Azure Workload Identity Federation authentication.

ci/anaconda/recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ requirements:
5353
- python
5454
{% endif %}
5555
- asn1crypto >0.24.0,<2.0.0
56-
- cryptography >=44.0.1
56+
- cryptography >=46.0.5
5757
- pyOpenSSL >=24.0.0
5858
- pyjwt >=2.10.1,<3.0.0
5959
- pytz

0 commit comments

Comments
 (0)