Fix dependency versions
Unit test coverage / pytest (push) Successful in 1m21s
/ build-and-push (push) Successful in 1m45s
Unit test coverage / pytest (pull_request) Successful in 1m21s

This commit is contained in:
Stanislav Hejny
2025-06-20 16:17:12 +02:00
parent e280a3e13a
commit f13fd4153a
+7 -7
View File
@@ -20,13 +20,13 @@ RUN pip install --no-cache-dir \
uvicorn[standard]==0.29.0 \
python-multipart==0.0.9 \
httpx==0.27.0 \
opentelemetry-api==1.25.0 \
opentelemetry-sdk==1.25.0 \
opentelemetry-exporter-otlp-proto-grpc==1.25.0 \
opentelemetry-exporter-prometheus==1.25.0 \
opentelemetry-instrumentation-fastapi==0.46b0 \
opentelemetry-instrumentation-httpx==0.46b0 \
protobuf==4.25.3
opentelemetry-api==1.34.1 \
opentelemetry-sdk==1.34.1 \
opentelemetry-exporter-otlp-proto-grpc==1.34.1 \
opentelemetry-exporter-prometheus==0.55b1 \
opentelemetry-instrumentation-fastapi==0.55b1 \
opentelemetry-instrumentation-httpx==0.55b1 \
protobuf==5.28.3
# Copy the application code
COPY ./amqp ./amqp