Skip to content

Commit

Permalink
chore: update opentelemetry
Browse files Browse the repository at this point in the history
  • Loading branch information
vmihailenco committed Nov 18, 2024
1 parent 0605c96 commit 26f1e18
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,21 @@ classifiers =
License :: OSI Approved :: BSD License
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Typing :: Typed

[options]
python_requires = >=3.7
python_requires = >=3.8
package_dir=
=src
packages=find_namespace:
zip_safe = False
include_package_data = True
install_requires =
opentelemetry-api~=1.27
opentelemetry-sdk~=1.27
opentelemetry-exporter-otlp~=1.27
opentelemetry-instrumentation~=0.48b0
opentelemetry-api~=1.28.1
opentelemetry-sdk~=1.28.1
opentelemetry-exporter-otlp~=1.28.1
opentelemetry-instrumentation~=0.49b1

[options.packages.find]
where = src
Expand Down
2 changes: 1 addition & 1 deletion src/uptrace/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Uptrace distro version"""

__version__ = "1.27.0"
__version__ = "1.28.1"

0 comments on commit 26f1e18

Please sign in to comment.