Skip to content

Commit

Permalink
Do not use dev version of api if not necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanielRN committed Jul 19, 2021
1 parent cc0dd09 commit ea9e20a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased](https://github.com/open-telemetry/opentelemetry-python/compare/v1.3.0-0.22b0...HEAD)
- `opentelemetry-distro` & `opentelemetry-sdk` Moved Auto Instrumentation Configurator code to SDK
to let distros use its default implementation
([#1934](https://github.com/open-telemetry/opentelemetry-python/pull/1934))
([#1937](https://github.com/open-telemetry/opentelemetry-python/pull/1937))
- `opentelemetry-semantic-conventions` Generate semconv constants update for OTel Spec 1.5.0
([#1946](https://github.com/open-telemetry/opentelemetry-python/pull/1946))

Expand Down
2 changes: 1 addition & 1 deletion opentelemetry-distro/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ packages=find_namespace:
zip_safe = False
include_package_data = True
install_requires =
opentelemetry-api == 1.4.0.dev0
opentelemetry-api ~= 1.3
opentelemetry-instrumentation == 0.23.dev0
opentelemetry-sdk == 1.4.0.dev0

Expand Down

0 comments on commit ea9e20a

Please sign in to comment.