From 8a390fd5317b1bcdf1fe892f51bbd8f3d4812b00 Mon Sep 17 00:00:00 2001 From: Rithika Narayan Date: Tue, 25 Nov 2025 13:10:59 -0500 Subject: [PATCH 1/2] exclude ddtrace v3.19.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2c59df99..6e8a8dbf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ classifiers = [ python = ">=3.8.0,<4" datadog = ">=0.51.0,<1.0.0" wrapt = "^1.11.2" -ddtrace = ">=3.16.2,<4" +ddtrace = "!=3.19.0,<4" ujson = ">=5.9.0" botocore = { version = "^1.34.0", optional = true } requests = { version ="^2.22.0", optional = true } From 9bfa769aadc717dced567deee1a14161a05a0fd4 Mon Sep 17 00:00:00 2001 From: Rithika Narayan <93233069+rithikanarayan@users.noreply.github.com> Date: Tue, 25 Nov 2025 13:15:05 -0500 Subject: [PATCH 2/2] Exclude below 3.16.2 Co-authored-by: Rey Abolofia --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6e8a8dbf..02b61733 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ classifiers = [ python = ">=3.8.0,<4" datadog = ">=0.51.0,<1.0.0" wrapt = "^1.11.2" -ddtrace = "!=3.19.0,<4" +ddtrace = ">=3.16.2,!=3.19.0,<4" ujson = ">=5.9.0" botocore = { version = "^1.34.0", optional = true } requests = { version ="^2.22.0", optional = true }