Skip to content

Commit

Permalink
chore: bump odigos otel python agent version (#2153)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamirdavid1 authored Jan 8, 2025
1 parent 06716ee commit dd7b40b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agents/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# index_url = 'http://host.docker.internal:8080/packages/odigos_opentelemetry_python-0.1.1-py3-none-any.whl'

install_requires = [
f"odigos-opentelemetry-python @ {index_url}" if index_url else "odigos-opentelemetry-python==1.0.23"
f"odigos-opentelemetry-python @ {index_url}" if index_url else "odigos-opentelemetry-python==1.0.24"
]

setup(
Expand Down

0 comments on commit dd7b40b

Please sign in to comment.