From 831e964443715b031ef98fade734bbbee76f8820 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Feb 2026 03:51:15 +0000 Subject: [PATCH] fix(deps): update dependency pyjwt to >=2.11,<2.12 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7d1c692d..c1d3afe6 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.11,<2.12; python_full_version == '3.8.*'", ] [project.urls]