Merge pull request #12580 from lainedfles/opentelemetry-requirements-fix
Some checks are pending
Deploy to HuggingFace Spaces / check-secret (push) Waiting to run
Deploy to HuggingFace Spaces / deploy (push) Blocked by required conditions
Create and publish Docker images with specific build args / build-main-image (linux/amd64) (push) Waiting to run
Create and publish Docker images with specific build args / build-main-image (linux/arm64) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda-image (linux/amd64) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda-image (linux/arm64) (push) Waiting to run
Create and publish Docker images with specific build args / build-ollama-image (linux/amd64) (push) Waiting to run
Create and publish Docker images with specific build args / build-ollama-image (linux/arm64) (push) Waiting to run
Create and publish Docker images with specific build args / merge-main-images (push) Blocked by required conditions
Create and publish Docker images with specific build args / merge-cuda-images (push) Blocked by required conditions
Create and publish Docker images with specific build args / merge-ollama-images (push) Blocked by required conditions
Python CI / Format Backend (3.11.x) (push) Waiting to run
Python CI / Format Backend (3.12.x) (push) Waiting to run

fix: Upgrade OpenTelemetry instrumentation packages to 0.52b1
This commit is contained in:
Tim Jaeryang Baek 2025-04-07 14:19:17 -07:00 committed by GitHub
commit 66322727e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -127,11 +127,11 @@ firecrawl-py==1.12.0
opentelemetry-api==1.31.1
opentelemetry-sdk==1.31.1
opentelemetry-exporter-otlp==1.31.1
opentelemetry-instrumentation==0.52b0
opentelemetry-instrumentation-fastapi==0.52b0
opentelemetry-instrumentation-sqlalchemy==0.52b0
opentelemetry-instrumentation-redis==0.52b0
opentelemetry-instrumentation-requests==0.52b0
opentelemetry-instrumentation-logging==0.52b0
opentelemetry-instrumentation-httpx==0.52b0
opentelemetry-instrumentation-aiohttp-client==0.52b0
opentelemetry-instrumentation==0.52b1
opentelemetry-instrumentation-fastapi==0.52b1
opentelemetry-instrumentation-sqlalchemy==0.52b1
opentelemetry-instrumentation-redis==0.52b1
opentelemetry-instrumentation-requests==0.52b1
opentelemetry-instrumentation-logging==0.52b1
opentelemetry-instrumentation-httpx==0.52b1
opentelemetry-instrumentation-aiohttp-client==0.52b1