From fd6d8c9c327afa23f2aa4c2998b268c14ba9c2cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 02:05:18 +0000 Subject: [PATCH] Build(deps): Bump cryptography Bumps [cryptography](https://github.com/pyca/cryptography) from 44.0.2 to 46.0.5. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/44.0.2...46.0.5) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/agentic_platform/agent/agentic_chat/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/agentic_platform/agent/agentic_chat/requirements.txt b/src/agentic_platform/agent/agentic_chat/requirements.txt index 9fa27ff..64c38a9 100644 --- a/src/agentic_platform/agent/agentic_chat/requirements.txt +++ b/src/agentic_platform/agent/agentic_chat/requirements.txt @@ -2,7 +2,7 @@ fastapi==0.115.12 uvicorn==0.34.0 boto3==1.37.27 pyjwt==2.10.1 -cryptography==44.0.2 +cryptography==46.0.5 requests litellm>=1.66.2 pydantic>=2.10.6