From ac08d63534227c07e67e01ca8a0afdf97c038389 Mon Sep 17 00:00:00 2001 From: Matthias Dellweg Date: Mon, 15 Jul 2024 13:42:00 +0200 Subject: [PATCH] Fix requirements Protobuf cannot be installed in the latest specified version, because another dependency prevents it. [noissue] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cb60068f07..61bbd75d5e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,7 +27,7 @@ opentelemetry-distro[otlp]>=0.45b0,<=0.46b0 opentelemetry-exporter-otlp-proto-http>=1.24.0,<=1.25.0 opentelemetry-instrumentation-django>=0.45b0,<=0.46b0 opentelemetry-instrumentation-wsgi>=0.45b,<=0.46b0 -protobuf>=4.21.1,<5.27.3 +protobuf>=4.21.1,<5.0 pulp-glue>=0.18.0,<0.26 pygtrie>=2.5,<=2.5.0 psycopg[binary]>=3.1.8,<=3.1.19