mirror of
https://github.com/open-webui/open-webui
synced 2025-05-21 13:36:35 +00:00
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
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:
commit
66322727e3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user