Skip to content

Commit 2fa3065

Browse files
committed
Update dependencies
Signed-off-by: Federico Busetti <[email protected]>
1 parent 9292433 commit 2fa3065

File tree

2 files changed

+16
-34
lines changed

2 files changed

+16
-34
lines changed

poetry.lock

Lines changed: 13 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ optional = true
4545
[tool.poetry.group.http.dependencies]
4646
fastapi = ">=0.99.0"
4747
jinja2 = "^3.1.2"
48-
opentelemetry-instrumentation-fastapi = "*"
48+
# We use the generic ASGI instrumentation, so that if we decide to change
49+
# Framework it will still work consistently.
50+
opentelemetry-instrumentation-asgi = "*"
4951
starlette-prometheus = "^0.10.0"
5052
strawberry-graphql = { version = ">=0.204.0", extras = ["debug-server"] }
5153
uvicorn = { version = "^0.31.0", extras = ["standard"] }

0 commit comments

Comments
 (0)