We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64eba2f commit 0f4c059Copy full SHA for 0f4c059
1 file changed
pyproject.toml
@@ -31,7 +31,7 @@ datadog = ">=0.51.0,<1.0.0"
31
wrapt = "^1.11.2"
32
ddtrace = [
33
{version = ">=3.19.1,<4", python = ">=3.8,<3.10"},
34
- {version = ">=4.1.1,<5", python = ">=3.10"}
+ {version = ">=4.1.1,<5,!=4.6.*", python = ">=3.10"}
35
]
36
ujson = ">=5.9.0"
37
botocore = { version = "^1.34.0", optional = true }
0 commit comments