Skip to content

Commit

Permalink
Update opentelemetry-exporter-otlp-proto-http requirement (datacontra…
Browse files Browse the repository at this point in the history
…ct#124)

Updates the requirements on [opentelemetry-exporter-otlp-proto-http](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.16.0...v1.24.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: jochenchrist <[email protected]>
  • Loading branch information
dependabot[bot] and jochenchrist authored Apr 1, 2024
1 parent 5b8ef4c commit 3e781e0
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 @@ -37,7 +37,7 @@ dependencies = [
"rdflib==7.0.0",
"avro==1.11.3",
"opentelemetry-exporter-otlp-proto-grpc>=1.16,<1.25",
"opentelemetry-exporter-otlp-proto-http~=1.16.0"
"opentelemetry-exporter-otlp-proto-http>=1.16,<1.25",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 3e781e0

Please sign in to comment.