Skip to content

Commit a324c7b

Browse files
committed
patch(evervault-python): widen cryptography dependency version constraint
to allow version 50.x. The changelog for the `cryptography` library can be found at https://cryptography.io/en/stable/changelog/#v50-0-0
1 parent 97fef7d commit a324c7b

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

.changeset/pretty-mangos-itch.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"evervault-python": patch
3+
---
4+
5+
Widen cryptography dependency version constraint to allow 50.x.

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repository = "https://github.com/evervault/evervault-python"
1111
[tool.poetry.dependencies]
1212
python = "^3.10.0"
1313
requests = "^2.32.4"
14-
cryptography = ">=46.0.6,<50"
14+
cryptography = ">=46.0.6,<51"
1515
certifi = "*"
1616
pycryptodome = "^3.10.1"
1717
pyasn1 = "^0.6.4"

0 commit comments

Comments
 (0)