From a30f00f4fb2520457126b70ffa53ac2989f4917c Mon Sep 17 00:00:00 2001 From: Austin Bingham Date: Mon, 22 Jun 2026 11:24:50 +0200 Subject: [PATCH] Update azure-monitor-opentelemetry dep to >=1.6.12, but disallowing 1.6.13. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d2349831..390294f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "tenacity<8.5", "urllib3 > 2", "tqdm", - "azure-monitor-opentelemetry==1.6.12", + "azure-monitor-opentelemetry>=1.6.12,!=1.6.13", ] [project.urls]