From ff4d66ab952109168c9f435657dbe36e2067e7f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 00:19:31 +0000 Subject: [PATCH] Build(deps): Bump pyjwt in /src/agentic_platform/agent/agentic_rag Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.10.1 to 2.12.0. - [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.10.1...2.12.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/agentic_platform/agent/agentic_rag/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/agentic_platform/agent/agentic_rag/requirements.txt b/src/agentic_platform/agent/agentic_rag/requirements.txt index 9fa27ff..c5c3218 100644 --- a/src/agentic_platform/agent/agentic_rag/requirements.txt +++ b/src/agentic_platform/agent/agentic_rag/requirements.txt @@ -1,7 +1,7 @@ fastapi==0.115.12 uvicorn==0.34.0 boto3==1.37.27 -pyjwt==2.10.1 +pyjwt==2.12.0 cryptography==44.0.2 requests litellm>=1.66.2