From 660e3587720462b40a9a040d60305a525ba5f41c Mon Sep 17 00:00:00 2001 From: Andy Staples Date: Fri, 2 May 2025 12:29:18 -0600 Subject: [PATCH 1/2] Fix deps in requirements.txt --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index acba43a7..e113c087 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,6 +9,6 @@ azure-functions>=1.11.3b3 nox==2019.11.9 furl==2.1.0 pytest-asyncio==0.20.2 +opentelemetry-distro==0.53b1 autopep8 -types-python-dateutil -opentelemetry-api \ No newline at end of file +types-python-dateutil \ No newline at end of file From b24d852c116f6b6515950c22d2ad9fb89387f998 Mon Sep 17 00:00:00 2001 From: Andy Staples Date: Fri, 2 May 2025 12:40:55 -0600 Subject: [PATCH 2/2] Small update --- requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index e113c087..8538cf9c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,6 +9,7 @@ azure-functions>=1.11.3b3 nox==2019.11.9 furl==2.1.0 pytest-asyncio==0.20.2 -opentelemetry-distro==0.53b1 autopep8 -types-python-dateutil \ No newline at end of file +types-python-dateutil +opentelemetry-api==1.32.1 +opentelemetry-sdk==1.32.1 \ No newline at end of file