Skip to content

Commit

Permalink
add bounds to otel deps
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmojaki committed Feb 5, 2025
1 parent f1f8f5e commit eab0a63
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 @@ -46,8 +46,8 @@ classifiers = [
"Framework :: OpenTelemetry :: Instrumentations",
]
dependencies = [
"opentelemetry-sdk >= 1.21.0",
"opentelemetry-exporter-otlp-proto-http >= 1.21.0",
"opentelemetry-sdk >= 1.26.0, < 1.31.0",
"opentelemetry-exporter-otlp-proto-http >= 1.26.0, < 1.31.0",
"opentelemetry-instrumentation >= 0.41b0",
"rich >= 13.4.2",
"protobuf >= 4.23.4",
Expand Down

0 comments on commit eab0a63

Please sign in to comment.