diff --git a/pyproject.toml b/pyproject.toml index 6a2d9e2c..96985cf9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "httpx~=0.28.1", "pydantic>=2.10.4", "pyjwt>=2.10.0 ; python_full_version >= '3.9'", - "pyjwt>=2.9.0,<2.10 ; python_full_version == '3.8.*'", + "pyjwt>=2.12,<2.13; python_full_version == '3.8.*'", ] [project.urls]