Unverified Commit 21f6d1e6 authored by Vladislav Nosivskoy's avatar Vladislav Nosivskoy Committed by GitHub
Browse files

fix: add missed dependency for sglang tracing (#4621)


Signed-off-by: default avatarVladislav Nosivskoy <vladnosiv@gmail.com>
parent 0fa9b998
...@@ -30,6 +30,7 @@ msgspec==0.19.0 ...@@ -30,6 +30,7 @@ msgspec==0.19.0
mypy==1.18.2 mypy==1.18.2
nvidia-ml-py<=13.580.65 # NVIDIA/CUDA related, may vary by driver version nvidia-ml-py<=13.580.65 # NVIDIA/CUDA related, may vary by driver version
opentelemetry-api<=1.38.0 # May need to stay in sync with other components opentelemetry-api<=1.38.0 # May need to stay in sync with other components
opentelemetry-exporter-otlp<=1.38.0 # May need to stay in sync with other components
opentelemetry-sdk<=1.38.0 # May need to stay in sync with other components opentelemetry-sdk<=1.38.0 # May need to stay in sync with other components
pip<=25.0.1 # System pip, varies by platform pip<=25.0.1 # System pip, varies by platform
pmdarima==2.1.1 pmdarima==2.1.1
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment