Skip to content

Commit 9735283

Browse files
Use dd-trace-py v4.1.1 or above for runtime >= 3.10
1 parent 936cc49 commit 9735283

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
@@ -23,7 +23,7 @@ dependencies = [
2323
"datadog>=0.51.0,<1.0.0",
2424
"wrapt>=1.11.2,<2",
2525
"ddtrace>=3.19.1,<4; python_version>='3.9.0' and python_version < '3.10'",
26-
"ddtrace>=4.0.0,<5; python_version>='3.10.0'",
26+
"ddtrace>=4.1.1,<5; python_version>='3.10.0'",
2727
"ujson>=5.9.0",
2828
]
2929
packages = [

0 commit comments

Comments
 (0)