From 90093efb3a5feb3d4e6c8ede11be88d107813168 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 08:43:22 +0000 Subject: [PATCH] chore: update cryptography requirement from >=42.0.8 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/42.0.8...49.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 49.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- A_ID/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/A_ID/requirements.txt b/A_ID/requirements.txt index 4a9b1be..2f844da 100644 --- a/A_ID/requirements.txt +++ b/A_ID/requirements.txt @@ -4,7 +4,7 @@ supabase>=2.4.5 redis>=5.0.4 boto3>=1.34.129 requests-oauthlib>=2.0.0 -cryptography>=42.0.8 +cryptography>=49.0.0 python-dotenv>=1.0.1 litellm>=1.52.3 langsmith>=0.1.142