Skip to content

Commit 6f71cfc

Browse files
conditional ddtrace version
1 parent 0fa64dc commit 6f71cfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ keywords = [
3333
dependencies = [
3434
"datadog>=0.51.0,<1.0.0",
3535
"wrapt>=1.11.2,<2",
36-
"ddtrace>=3.19.1,<4",
36+
"ddtrace>=4.0.0,<5; python_version>='3.9.0'",
3737
"ujson>=5.9.0",
3838
]
3939
packages = [

0 commit comments

Comments
 (0)