Skip to content

Commit d99fdd5

Browse files
downgrade for python 3.9
1 parent f4dd7ea commit d99fdd5

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
@@ -22,7 +22,8 @@ keywords = [
2222
dependencies = [
2323
"datadog>=0.51.0,<1.0.0",
2424
"wrapt>=1.11.2,<2",
25-
"ddtrace>=4.0.0,<5; python_version>='3.9.0'",
25+
"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'",
2627
"ujson>=5.9.0",
2728
]
2829
packages = [

0 commit comments

Comments
 (0)