mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-07-31 06:03:21 +08:00
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:

committed by
GitHub

parent
8cfbca2293
commit
acffef957d
@ -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",
|
||||
]
|
||||
|
Reference in New Issue
Block a user