Skip to content

Commit

Permalink
additional fixes for OpenTelemetry tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
andmat900 committed Apr 22, 2024
1 parent 26f3a18 commit 9a3846a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# pip install -r requirements.txt
# Remember to also add them in setup.cfg but unpinned.

etos_lib==4.0.0
etos_lib==4.1.1
etcd3gw~=2.3
pyscaffold~=4.4
uvicorn~=0.22
Expand All @@ -24,7 +24,7 @@ kubernetes~=26.1
sse-starlette~=1.6
opentelemetry-api~=1.21
opentelemetry-exporter-otlp~=1.21
opentelemetry-instrumentation-fastapi==0.44b0
opentelemetry-instrumentation-fastapi==0.45b0
opentelemetry-sdk~=1.21
jsontas~=1.4
packageurl-python~=0.11
Expand Down
2 changes: 1 addition & 1 deletion python/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ package_dir =
# DON'T CHANGE THE FOLLOWING LINE! IT WILL BE UPDATED BY PYSCAFFOLD!
setup_requires = pyscaffold>=3.2a0,<3.3a0
install_requires =
#etos_lib==4.0.0
etos_lib==4.1.1
etcd3gw~=2.3
pyscaffold~=4.4
uvicorn~=0.22
Expand Down

0 comments on commit 9a3846a

Please sign in to comment.