From 13485090a11ea6e5f2be0cb5b6fddd05f48d97ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 19:26:26 +0000 Subject: [PATCH] deps: update cryptography requirement from >=48.0.0 to >=49.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/48.0.0...49.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 49.0.0 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 e971475..0a13da4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "qdrant-client>=1.17.1", "sentence-transformers>=5.4.1", "redis>=7.4.0", - "cryptography>=48.0.0", + "cryptography>=49.0.0", "PyJWT>=2.12.1", "httpx>=0.28.1", "structlog>=25.5.0",