From 9ac2dfd95bf7147bda568a832686c25724c23e3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 19:37:09 +0000 Subject: [PATCH] Build(deps): Bump cryptography Bumps [cryptography](https://github.com/pyca/cryptography) from 44.0.2 to 46.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/44.0.2...46.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.6 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..e776186 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.6 requests litellm>=1.66.2 pydantic>=2.10.6