Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: opentelemetry-exporter-otlp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and dtrifiro committed Sep 26, 2024
1 parent d756e20 commit 087f760
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 @@ -36,7 +36,7 @@ dependencies = [
# additional dependencies for OpenTelemetry tracing
"opentelemetry-sdk>=1.26.0,<1.28.0",
"opentelemetry-api>=1.26.0,<1.28.0",
"opentelemetry-exporter-otlp>=1.26.0,<1.27.0",
"opentelemetry-exporter-otlp>=1.26.0,<1.28.0",
"opentelemetry-semantic-conventions-ai>=0.4.1,<0.5.0"
]

Expand Down

0 comments on commit 087f760

Please sign in to comment.