Skip to content

Commit

Permalink
[Monitor] Fix CI latestdepedency check failure (#30219)
Browse files Browse the repository at this point in the history
This makes the versioning with the importlib-metadata package
consistent with opentelemetry-api to avoid conflicts.

Signed-off-by: Paul Van Eck <[email protected]>
  • Loading branch information
pvaneck authored May 8, 2023
1 parent 3b63d3b commit 56e1be9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sdk/monitor/azure-monitor-opentelemetry-exporter/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"msrest>=0.6.10",
"opentelemetry-api==1.17.0",
"opentelemetry-sdk==1.17.0",
"importlib-metadata>=6.0.0; python_version < '3.8'"
"importlib-metadata~=6.0.0; python_version < '3.8'"
],
entry_points={
"opentelemetry_traces_exporter": [
Expand All @@ -103,4 +103,3 @@
]
}
)

0 comments on commit 56e1be9

Please sign in to comment.