Skip to content

Commit fc0beaa

Browse files
authored
Pin ddtrace to <v4 (#563)
1 parent dc1ccba commit fc0beaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ classifiers = [
2828
python = ">=3.8.0,<4"
2929
datadog = ">=0.51.0,<1.0.0"
3030
wrapt = "^1.11.2"
31-
ddtrace = ">=2.20.0"
31+
ddtrace = ">=2.20.0,<4"
3232
ujson = ">=5.9.0"
3333
boto3 = { version = "^1.34.0", optional = true }
3434
requests = { version ="^2.22.0", optional = true }

0 commit comments

Comments
 (0)