From 93d839936d3435f3d3748240cf7a87f4c600ee4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 20:54:50 +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...49.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 49.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..ac1263e 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,<50.0", "pgvector>=0.3,<1.0", "langchain>=0.2,<1.0", "litellm>=1.40,<2.0",