From 79043f71a3899ba81ed073022a6be8a91f9cb528 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 17:17:31 +0000 Subject: [PATCH] chore(deps): update cryptography requirement 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/41.0.0...50.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-version: 50.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- reference-apps/fastapi-api-first/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference-apps/fastapi-api-first/requirements.txt b/reference-apps/fastapi-api-first/requirements.txt index 0134a19..ba1c40d 100644 --- a/reference-apps/fastapi-api-first/requirements.txt +++ b/reference-apps/fastapi-api-first/requirements.txt @@ -14,7 +14,7 @@ httpx==0.28.1 # Database drivers (versions must match code-first for compatibility) asyncpg==0.31.0 aiomysql==0.3.2 -cryptography>=41.0.0 # Required for MySQL caching_sha2_password auth +cryptography>=50.0.1 # Required for MySQL caching_sha2_password auth motor==3.7.1 pymongo==4.16.0