Skip to content

Commit 5ab73bd

Browse files
Runtime dependent pyproject.toml
1 parent f2a704c commit 5ab73bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +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"
32+
ddtrace = ">=3.19.1,<4"; python_version < "3.10"
33+
ddtrace = ">=4.0.0, <5"; python_version >= "3.10"
3334
ujson = ">=5.9.0"
3435
botocore = { version = "^1.34.0", optional = true }
3536
requests = { version ="^2.22.0", optional = true }

0 commit comments

Comments
 (0)