Describe the bug
I use Oban and Req and OT.
I cannot install "opentelemetry_oban >= 1.1.0" because I use "opentelemetry_req >= 1.0.0-rc.1".
Both depend on "opentelemetry_semantic_conventions", but oban uses 0.2 whilst Req uses "1.27"
Expected behavior
Be able to use opentelemetry_oban
Additional context
Logs:
Because "opentelemetry_oban >= 1.1.0" depends on "opentelemetry_semantic_conventions ~> 0.2"
and "opentelemetry_req >= 1.0.0-rc.1" depends on "opentelemetry_semantic_conventions ~> 1.27",
"opentelemetry_oban >= 1.1.0" is incompatible with "opentelemetry_req >= 1.0.0-rc.1".
Tip: React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding +1 or me too, to help us triage it. Learn more here.