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.
1 parent 5ab73bd commit 9882760Copy full SHA for 9882760
pyproject.toml
@@ -29,8 +29,8 @@ classifiers = [
29
python = ">=3.8.0,<4"
30
datadog = ">=0.51.0,<1.0.0"
31
wrapt = "^1.11.2"
32
-ddtrace = ">=3.19.1,<4"; python_version < "3.10"
33
-ddtrace = ">=4.0.0, <5"; python_version >= "3.10"
+ddtrace = {">=3.19.1,<4"; python_version < "3.10"}
+ddtrace = {">=4.0.0, <5"; python_version >= "3.10"}
34
ujson = ">=5.9.0"
35
botocore = { version = "^1.34.0", optional = true }
36
requests = { version ="^2.22.0", optional = true }
0 commit comments