We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 881218c + 8c28b41 commit a1aed17Copy full SHA for a1aed17
pyproject.toml
@@ -29,7 +29,7 @@ classifiers = [
29
python = ">=3.8.0,<4"
30
datadog = ">=0.51.0,<1.0.0"
31
wrapt = "^1.11.2"
32
-ddtrace = ">=3.16.2,!=3.19.0,<4"
+ddtrace = ">=3.16.2,<3.19.0"
33
ujson = ">=5.9.0"
34
botocore = { version = "^1.34.0", optional = true }
35
requests = { version ="^2.22.0", optional = true }
0 commit comments