From c282321f8f2a99fb7d71053b06e72a1e6412b26b Mon Sep 17 00:00:00 2001 From: Rodrigo Brandao Date: Wed, 15 Jul 2026 08:20:41 -0700 Subject: [PATCH] Removing unused dependency --- libraries/microsoft-agents-hosting-core/setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/microsoft-agents-hosting-core/setup.py b/libraries/microsoft-agents-hosting-core/setup.py index bcec11f3d..06a480458 100644 --- a/libraries/microsoft-agents-hosting-core/setup.py +++ b/libraries/microsoft-agents-hosting-core/setup.py @@ -15,7 +15,6 @@ f"microsoft-agents-activity=={package_version}", "pyjwt>=2.10.1", "isodate>=0.6.1", - "azure-core>=1.30.0", "python-dotenv>=1.1.1", "opentelemetry-api>=1.27.0", "opentelemetry-sdk>=1.27.0",