Skip to content

Commit

Permalink
resource/azure: make the version of opentelemetry-instrument more rel…
Browse files Browse the repository at this point in the history
…axed

Since its versioning does not follow the rest of the instrumentations
we may be more relaxed about the required version of
opentelemetry-instrument it requires.
  • Loading branch information
xrmx committed Jul 22, 2024
1 parent fa23d8a commit 523374c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ classifiers = [
]
dependencies = [
"opentelemetry-sdk ~= 1.21",
"opentelemetry-instrumentation == 0.47b0.dev",
"opentelemetry-instrumentation ~= 0.43b0",
]

[project.entry-points.opentelemetry_resource_detector]
Expand Down

0 comments on commit 523374c

Please sign in to comment.