Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog/10101.housekeeping.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Upgraded FastAPI to `0.141.1` and the OpenTelemetry instrumentation and exporter stack to the `0.65b0`/`1.44.0` line. This unblocks native FastAPI frontend serving and picks up the OpenTelemetry instrumentation fix required for FastAPI 0.137 and later.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies = [
"deepdiff==8.6.2",
"httpx>=0.28.1",
# Dependencies specific to the API Server
"fastapi==0.136.3",
"fastapi==0.141.1",
"fastapi-storages>=0.3,<0.4",
"graphene>=3.4,<3.5",
"gunicorn>=23.0.0,<24",
Expand All @@ -50,10 +50,10 @@ dependencies = [
"bcrypt>=4.1,<4.2", # Used to hash and validate password
"pyjwt==2.12.1", # Used to manage JWT tokens
"uvicorn[standard]>=0.32,<0.33",
"opentelemetry-instrumentation-aio-pika==0.60b0",
"opentelemetry-instrumentation-fastapi==0.60b0",
"opentelemetry-exporter-otlp-proto-grpc==1.39.0",
"opentelemetry-exporter-otlp-proto-http==1.39.0",
"opentelemetry-instrumentation-aio-pika==0.65b0",
"opentelemetry-instrumentation-fastapi==0.65b0",
"opentelemetry-exporter-otlp-proto-grpc==1.44.0",
"opentelemetry-exporter-otlp-proto-http==1.44.0",
"nats-py==2.15.0",
"netaddr==1.3.0",
"authlib==1.6.12",
Expand Down
Loading
Loading