From 409132682ddc3822048ad02e23250a35b01c473d Mon Sep 17 00:00:00 2001 From: Rodrigo Brandao Date: Thu, 21 May 2026 13:49:30 -0700 Subject: [PATCH] Upgrading OTEL dependency versions --- libraries/microsoft-agents-hosting-core/setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/microsoft-agents-hosting-core/setup.py b/libraries/microsoft-agents-hosting-core/setup.py index bcec11f3d..a6280971f 100644 --- a/libraries/microsoft-agents-hosting-core/setup.py +++ b/libraries/microsoft-agents-hosting-core/setup.py @@ -17,7 +17,7 @@ "isodate>=0.6.1", "azure-core>=1.30.0", "python-dotenv>=1.1.1", - "opentelemetry-api>=1.27.0", - "opentelemetry-sdk>=1.27.0", + "opentelemetry-api>=1.34.1", + "opentelemetry-sdk>=1.34.1", ], )