From b00e06c8454e477618b44110f07c678c1eca59c2 Mon Sep 17 00:00:00 2001 From: doctorpangloss <@hiddenswitch.com> Date: Fri, 24 May 2024 17:12:12 -0700 Subject: [PATCH] Trust local certificates. Python applications should generally install this, since the alternative situation is probably never desired --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d1a1c1c6e..cecaf794c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -49,4 +49,5 @@ opentelemetry-util-http opentelemetry-instrumentation-aio-pika opentelemetry-instrumentation-requests opentelemetry-semantic-conventions -wrapt>=1.16.0 \ No newline at end of file +wrapt>=1.16.0 +pip_system_certs \ No newline at end of file