Skip to content

Commit

Permalink
fix otlp versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lesnik512 committed Feb 7, 2025
1 parent ba551ca commit e176cf9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ classifiers = [
]
dependencies = [
"eval-type-backport>=0.2",
"opentelemetry-api>=1.0.0",
"opentelemetry-exporter-otlp>=1.0.0",
"opentelemetry-exporter-prometheus-remote-write>=0.1",
"opentelemetry-instrumentation>=0.1",
"opentelemetry-instrumentation-system-metrics>=0.1",
"opentelemetry-sdk>=1.0.0",
"opentelemetry-api>=1.30.0",
"opentelemetry-exporter-otlp>=1.15.0",
"opentelemetry-exporter-prometheus-remote-write>=0.46b0",
"opentelemetry-instrumentation>=0.46b0",
"opentelemetry-instrumentation-system-metrics>=0.46b0",
"opentelemetry-sdk>=1.30.0",
"pydantic-settings>=2",
"rich>=13",
"sentry-sdk>=2.7",
Expand Down

0 comments on commit e176cf9

Please sign in to comment.