From 9b700e409e3a5c86b94a6723dc278430263dc4dc Mon Sep 17 00:00:00 2001 From: branislav-jenco-4ss <152614622+branislav-jenco-4ss@users.noreply.github.com> Date: Tue, 19 Aug 2025 09:20:05 +0200 Subject: [PATCH] Pinning azure-monitor-opentelemetry as it leads to an error with missing psycopg2 package. It should be unpinned once they fix it. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c063f966..fcb06732 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "tenacity<8.5", "urllib3 > 2", "tqdm", - "azure-monitor-opentelemetry", + "azure-monitor-opentelemetry==1.6.12", ] [project.urls]