From 452753531daf540eea165be56510b90075f1b278 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 23:08:26 +0000 Subject: [PATCH] deps: update cryptography requirement from >=44.0.0 to >=48.0.0 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/44.0.0...48.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 483423a..447537f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "qdrant-client>=1.17.1", "sentence-transformers>=3.3.0", "redis>=7.4.0", - "cryptography>=44.0.0", + "cryptography>=48.0.0", "PyJWT>=2.12.1", "httpx>=0.28.1", "structlog>=25.5.0",