diff --git a/.speakeasy/gen.yaml b/.speakeasy/gen.yaml index 18e7eeb5..595a708f 100644 --- a/.speakeasy/gen.yaml +++ b/.speakeasy/gen.yaml @@ -34,7 +34,7 @@ python: dev: pytest: ^8.3.3 main: - cryptography: '>=45.0.0,<49.0.0' + cryptography: '>=45.0.0,<51.0.0' pyjwt: ^2.9.0 allowedRedefinedBuiltins: - id diff --git a/pyproject.toml b/pyproject.toml index 0677a754..41759682 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ authors = [{ name = "Clerk" },] readme = "README-PYPI.md" requires-python = ">=3.10" dependencies = [ - "cryptography >=45.0.0,<49.0.0", + "cryptography >=45.0.0,<51.0.0", "httpcore >=1.0.9", "httpx >=0.28.1", "pydantic >=2.11.2", @@ -58,4 +58,3 @@ ignore_missing_imports = true venvPath = "." venv = ".venv" -