Add missing requirements and test processor baggage in CI (#2717)

* Add missing requirements and test processor baggage in CI

Fixes #2716

* Add SDK dependency
This commit is contained in:
Diego Hurtado
2024-07-29 16:37:44 -06:00
committed by GitHub
parent 33ad0dc012
commit dbfa6818bf
3 changed files with 9 additions and 2 deletions

View File

@ -26,6 +26,7 @@ classifiers = [
]
dependencies = [
"opentelemetry-api ~= 1.5",
"opentelemetry-sdk ~= 1.5",
"wrapt >= 1.0.0, < 2.0.0",
]

View File

@ -1,2 +1,7 @@
-e processor/opentelemetry-processor-baggage
importlib_metadata==8.0.0
typing_extensions==4.12.2
wrapt==1.16.0
zipp==3.19.2
pytest==7.4.4
Deprecated==1.2.14
-e processor/opentelemetry-processor-baggage