From ac0d08e2ee6562fc281ce160c7863e4b967e7595 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 01:18:08 +0000 Subject: [PATCH] chore(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 2ab556b0..620d125d 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -8,7 +8,7 @@ dependencies = [ # cryptography 49 macOS wheels dynamically link their bundled OpenSSL. PyInstaller # can then select Python's older libssl.3.dylib with the same basename, producing # an app that fails at startup with a missing SSL_get0_group_name symbol. - "cryptography>=42.0.0,<49.0.0", + "cryptography>=42.0.0,<51.0.0", "fastapi>=0.111.0", "greenlet>=3.0.3", "lark-channel-sdk==1.2.0",