From 4b390877e097db050e6fd8ce070e2ec3204a9856 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 11:41:22 +0000 Subject: [PATCH] chore(deps): update pyjwt requirement from >=2.8.0 to >=2.12.1 Updates the requirements on [pyjwt](https://github.com/jpadilla/pyjwt) to permit the latest version. - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jpadilla/pyjwt/compare/2.8.0...2.12.1) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.12.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5e0ee55d..a0869c81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "pydantic-settings>=2.0.0", "bcrypt>=4.0.0", "httpx>=0.27.0", - "pyjwt[crypto]>=2.8.0", + "pyjwt[crypto]>=2.12.1", "mcp>=1.0.0", "psycopg2-binary>=2.9.0", "aiosqlite>=0.20.0",