Skip to content

Commit

Permalink
Unpin OTel version
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydvoss committed Jul 21, 2023
1 parent 59e33bc commit 1b20ff7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased

- Unpin OTel SDK/API version
([#310](https://github.com/microsoft/ApplicationInsights-Python/pull/310))

## [1.0.0b15](https://github.com/microsoft/ApplicationInsights-Python/releases/tag/v1.0.0b15) - 2023-07-17

- Upgrade to exporter 1.0.0b15 and OTel 1.19
Expand Down
4 changes: 2 additions & 2 deletions azure-monitor-opentelemetry/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@
install_requires=[
"azure-core-tracing-opentelemetry~=1.0.0b10",
"azure-monitor-opentelemetry-exporter>=1.0.0b15",
"opentelemetry-api==1.19.0",
"opentelemetry-sdk==1.19.0",
"opentelemetry-api~=1.19.0",
"opentelemetry-sdk~=1.19.0",
"wrapt >= 1.0.0, < 2.0.0",
"importlib-metadata~=6.0.0,<=6.7.0; python_version < '3.8'",
],
Expand Down

0 comments on commit 1b20ff7

Please sign in to comment.