Skip to content

Commit 89084d6

Browse files
authored
fix: pin ddtrace to <4.8.0 to avoid import errors (#811)
1 parent d997802 commit 89084d6

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.1.1,<5,!=4.6.*,<4.8.0", python = ">=3.10"}
3535
]
3636
ujson = [
3737
{version = ">=5.10.0,<5.12.0", python = ">=3.8,<3.10"},

0 commit comments

Comments
 (0)