Use compatible runtime for the dependency in opentelemetry-distro (#1373)

This commit is contained in:
Vasi Vasireddy
2022-10-08 11:59:42 -07:00
committed by GitHub
parent a47c45e61b
commit 9b8243cc94

View File

@ -25,7 +25,7 @@ classifiers = [
dependencies = [
"opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.34b0",
"opentelemetry-sdk == 1.13.0",
"opentelemetry-sdk ~= 1.13",
]
[project.optional-dependencies]