Skip to content

Commit 9882760

Browse files
brackets
1 parent 5ab73bd commit 9882760

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ classifiers = [
2929
python = ">=3.8.0,<4"
3030
datadog = ">=0.51.0,<1.0.0"
3131
wrapt = "^1.11.2"
32-
ddtrace = ">=3.19.1,<4"; python_version < "3.10"
33-
ddtrace = ">=4.0.0, <5"; python_version >= "3.10"
32+
ddtrace = {">=3.19.1,<4"; python_version < "3.10"}
33+
ddtrace = {">=4.0.0, <5"; python_version >= "3.10"}
3434
ujson = ">=5.9.0"
3535
botocore = { version = "^1.34.0", optional = true }
3636
requests = { version ="^2.22.0", optional = true }

0 commit comments

Comments
 (0)