From 0bd2bb7f81a49115d64b327ab16da8982db8fdb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 18:06:31 +0000 Subject: [PATCH] build(deps): update cryptography requirement in /backend Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.0...50.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 50.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index aec1c8e..3e583b8 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "boto3>=1.34,<2.0", "python-decouple>=3.8,<4.0", "pyjwt[crypto]>=2.8,<3.0", - "cryptography>=42.0,<43.0", + "cryptography>=42.0,<51.0", "pgvector>=0.3,<1.0", "langchain>=0.2,<1.0", "litellm>=1.40,<2.0",