We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cryptography
dev
1 parent 47d8853 commit 64f0e3dCopy full SHA for 64f0e3d
1 file changed
pyproject.toml
@@ -18,7 +18,6 @@ dependencies = [
18
"pydantic>=2",
19
"typing-extensions>=4.7.1",
20
"authlib>=1.3.2,<2.0.0",
21
- "cryptography>=44.0.1,<47.0.0",
22
"requests>=2.32.4,<3.0.0",
23
]
24
@@ -30,6 +29,7 @@ documentation = "https://github.com/zitadel/client-python"
30
29
31
[dependency-groups]
32
dev = [
+ "cryptography>=44.0.1,<47.0.0",
33
"pytest>=7.2.1",
34
"pytest-cov>=2.8.1",
35
"tox>=3.9.0",
0 commit comments