From 50ff1620a785f5906ef36783bb2743e751a9f049 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Fri, 1 May 2026 09:45:23 -0400 Subject: [PATCH] fix: pin ddtrace to <4.8.0 to avoid import errors --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 105fa4d5..79dc6ffa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ datadog = ">=0.51.0,<1.0.0" wrapt = "^1.11.2" ddtrace = [ {version = ">=3.19.1,<4", python = ">=3.8,<3.10"}, - {version = ">=4.1.1,<5,!=4.6.*", python = ">=3.10"} + {version = ">=4.1.1,<5,!=4.6.*,<4.8.0", python = ">=3.10"} ] ujson = [ {version = ">=5.10.0,<5.12.0", python = ">=3.8,<3.10"},