From bbc65c1521e6f829de4939cb8f73a3b9f5f66be3 Mon Sep 17 00:00:00 2001 From: Pedro Brochado Date: Wed, 18 Jun 2025 10:53:27 -0300 Subject: [PATCH] Pin pycares to avoid bug with aiodns combination See for more context: https://github.com/pulp/pulpcore/pull/6695 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index abf6f90285f..108c3224a58 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,6 +22,7 @@ importlib-metadata>=6.0.1,<=6.0.1 # Pinned to fix opentelemetry dependency solv jinja2>=3.1,<=3.1.6 json_stream>=2.3.2,<2.4 jq>=1.6.0,<1.9.0 +pycares<4.9 # pycares==4.9 + aiodns==3.2.0 + python<3.12 = trouble PyOpenSSL<26.0 opentelemetry-distro[otlp]>=0.45b0,<=0.48b0 opentelemetry-exporter-otlp-proto-http>=1.24.0,<=1.27.0