Skip to content

Commit 64f0e3d

Browse files
authored
fix: allow cryptography 46.x version and move it to dev dependencies. (#98)
1 parent 47d8853 commit 64f0e3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ dependencies = [
1818
"pydantic>=2",
1919
"typing-extensions>=4.7.1",
2020
"authlib>=1.3.2,<2.0.0",
21-
"cryptography>=44.0.1,<47.0.0",
2221
"requests>=2.32.4,<3.0.0",
2322
]
2423

@@ -30,6 +29,7 @@ documentation = "https://github.com/zitadel/client-python"
3029

3130
[dependency-groups]
3231
dev = [
32+
"cryptography>=44.0.1,<47.0.0",
3333
"pytest>=7.2.1",
3434
"pytest-cov>=2.8.1",
3535
"tox>=3.9.0",

0 commit comments

Comments
 (0)