Skip to content

Commit

Permalink
build(deps): update opentelemetry-instrumentation-fastapi requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [opentelemetry-instrumentation-fastapi](https://github.com/open-telemetry/opentelemetry-python-contrib) to permit the latest version.
- [Release notes](https://github.com/open-telemetry/opentelemetry-python-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-python-contrib/commits)

---
updated-dependencies:
- dependency-name: opentelemetry-instrumentation-fastapi
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and miragecentury committed Sep 16, 2024
1 parent 94a68b9 commit 54adcbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ uvicorn = "^0.30.5"
opentelemetry-sdk = "^1.26.0"
opentelemetry-exporter-otlp-proto-http = "^1.26.0"
httpx = "^0.27.0"
opentelemetry-instrumentation-fastapi = "^0.47b0"
opentelemetry-instrumentation-fastapi = "^0.48b0"
opentelemetry-propagator-b3 = "^1.26.0"

[tool.poetry.group.test]
Expand Down

0 comments on commit 54adcbe

Please sign in to comment.