Skip to content

Commit

Permalink
chore(deps): update opentelemetry-sdk requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [opentelemetry-sdk](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.28.2...v1.29.0)

---
updated-dependencies:
- dependency-name: opentelemetry-sdk
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 5c0e1f2 commit 90dd97d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ zip_safe = False
include_package_data = True
install_requires =
opentelemetry-api~=1.28.2
opentelemetry-sdk~=1.28.2
opentelemetry-sdk>=1.28.2,<1.30.0
opentelemetry-exporter-otlp~=1.28.2
opentelemetry-instrumentation~=0.49b2

Expand Down

0 comments on commit 90dd97d

Please sign in to comment.