Skip to content

Commit

Permalink
opentelemetry-instrumentation: stick to latest semantic conventions p…
Browse files Browse the repository at this point in the history
…ackage (#2952)

To match the instrumentations.

Will hopefully fix pip not able to handle the situation:

  opentelemetry-instrumentation 0.49b0 depends on opentelemetry-semantic-conventions>=0.48b0
  opentelemetry-instrumentation-dbapi 0.49b0 depends on opentelemetry-semantic-conventions==0.49b0
  • Loading branch information
xrmx authored Nov 5, 2024
1 parent 8cfbca2 commit acffef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opentelemetry-instrumentation/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ classifiers = [
]
dependencies = [
"opentelemetry-api ~= 1.4",
"opentelemetry-semantic-conventions >= 0.48b0",
"opentelemetry-semantic-conventions == 0.49b0.dev",
"wrapt >= 1.0.0, < 2.0.0",
"packaging >= 18.0",
]
Expand Down

0 comments on commit acffef9

Please sign in to comment.