Skip to content

Commit 4ed1f9f

Browse files
restrict dd-trace version
1 parent 99c5a6a commit 4ed1f9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ datadog = ">=0.51.0,<1.0.0"
3131
wrapt = "^1.11.2"
3232
ddtrace = [
3333
{version = ">=3.19.1,<4", python = ">=3.8,<3.10"},
34-
{version = ">=4.1.1,<5,!=4.6.*", python = ">=3.10"}
34+
{version = "4.5.0", python = ">=3.10,<3.15"}
3535
]
3636
ujson = [
3737
{version = ">=5.10.0,<5.12.0", python = ">=3.8,<3.10"},

0 commit comments

Comments
 (0)