opentelemetry-instrumentation: stick to latest semantic conventions package (#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
This commit is contained in:
Riccardo Magliocchetti
2024-11-05 14:20:03 +01:00
committed by GitHub
parent 8cfbca2293
commit acffef957d

View File

@ -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",
]