Skip to content

Commit

Permalink
chore: don't pin specific version
Browse files Browse the repository at this point in the history
  • Loading branch information
vmihailenco committed Oct 11, 2023
1 parent d10b651 commit c6b1c8e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ packages=find_namespace:
zip_safe = False
include_package_data = True
install_requires =
opentelemetry-api==1.20.0
opentelemetry-sdk==1.20.0
opentelemetry-exporter-otlp==1.20.0
opentelemetry-instrumentation==0.41b0
opentelemetry-api~=1.20
opentelemetry-sdk~=1.20
opentelemetry-exporter-otlp~=1.20
opentelemetry-instrumentation!=0.41b0

[options.packages.find]
where = src
Expand Down

0 comments on commit c6b1c8e

Please sign in to comment.