From ff9c567fff830b2c98764a47673a1d733b25748f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 12:21:07 +0000 Subject: [PATCH] chore(deps): update fastapi[standard-no-fastapi-cloud-cli] requirement Updates the requirements on [fastapi[standard-no-fastapi-cloud-cli]](https://github.com/fastapi/fastapi) to permit the latest version. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.121.3...0.141.1) --- updated-dependencies: - dependency-name: fastapi[standard-no-fastapi-cloud-cli] dependency-version: 0.141.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3494a39..69b923f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ dependencies = [ "alembic>=1.20.0", "cachetools>=7.1.8", - "fastapi[standard-no-fastapi-cloud-cli]>=0.121.3", + "fastapi[standard-no-fastapi-cloud-cli]>=0.141.1", "pydantic-settings>=2.15.0", "pyjwt>=2.14.0", "cryptography>=50.0.1", diff --git a/uv.lock b/uv.lock index 53467a3..16bba5f 100644 --- a/uv.lock +++ b/uv.lock @@ -397,7 +397,7 @@ requires-dist = [ { name = "boto3", marker = "extra == 's3'", specifier = ">=1.43.93" }, { name = "cachetools", specifier = ">=7.1.8" }, { name = "cryptography", specifier = ">=50.0.1" }, - { name = "fastapi", extras = ["standard-no-fastapi-cloud-cli"], specifier = ">=0.121.3" }, + { name = "fastapi", extras = ["standard-no-fastapi-cloud-cli"], specifier = ">=0.141.1" }, { name = "google-auth", marker = "extra == 'gcs'", specifier = ">=2.58.0" }, { name = "opentelemetry-api", specifier = ">=1.44.0" }, { name = "opentelemetry-exporter-otlp-proto-http", marker = "extra == 'otel'", specifier = ">=1.44.0" },