From 350eb8e9dc959a93e68bdf2e756442fdc1c38dbb Mon Sep 17 00:00:00 2001 From: Speakeasy Bot Date: Wed, 30 Jul 2025 08:57:47 -0400 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index df60592..dad72dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = [{ name = "Clerk" },] readme = "README-PYPI.md" requires-python = ">=3.9.2" dependencies = [ - "cryptography (>=44.0.1,<45.0.0)", + "cryptography (>=45.0.0,<46.0.0)", "httpcore >=1.0.9", "httpx >=0.28.1", "pydantic >=2.11.2",