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" },