Skip to content

Commit 1c6d883

Browse files
authored
Fix detector dependency to allow for minor version changes. (#43044)
* detector dep fix * changelog * fix changelog * fix minor version * specify min patch version
1 parent 9afe0f0 commit 1c6d883

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

sdk/monitor/azure-monitor-opentelemetry/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88

99
### Bugs Fixed
1010

11+
- Fix detector version
12+
([#43044](https://github.com/Azure/azure-sdk-for-python/pull/43044))
13+
1114
### Other Changes
1215

1316
## 1.8.1 (2025-09-17)

sdk/monitor/azure-monitor-opentelemetry/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"opentelemetry-instrumentation-requests~=0.57b0",
9292
"opentelemetry-instrumentation-urllib~=0.57b0",
9393
"opentelemetry-instrumentation-urllib3~=0.57b0",
94-
"opentelemetry-resource-detector-azure~=0.1.5",
94+
"opentelemetry-resource-detector-azure<1.0.0,>=0.1.5",
9595
],
9696
entry_points={
9797
"opentelemetry_distro": [

0 commit comments

Comments
 (0)