Skip to content

Commit

Permalink
Fix OpenTelemetry dependencies
Browse files Browse the repository at this point in the history
Fix OpenTelemetry API and SDK dependencies to 1.26.0 minimum so nothing
breaks when using the sync gauge.
  • Loading branch information
luismiramirez committed Aug 22, 2024
1 parent f9b17a7 commit afb4c98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ classifiers = [
"Development Status :: 5 - Production/Stable"
]
dependencies = [
"opentelemetry-api",
"opentelemetry-sdk",
"opentelemetry-api >=1.26.0",
"opentelemetry-sdk >=1.26.0",
"opentelemetry-exporter-otlp-proto-http",
]
dynamic = ["version"]
Expand Down

0 comments on commit afb4c98

Please sign in to comment.