Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ datadog = ">=0.51.0,<1.0.0"
wrapt = "^1.11.2"
ddtrace = [
{version = ">=3.19.1,<4", python = ">=3.8,<3.10"},
{version = ">=4.1.1,<5", python = ">=3.10"}
{version = ">=4.1.1,<5,!4.6.*", python = ">=3.10"}
Comment thread
brettlangdon marked this conversation as resolved.
Outdated
]
ujson = ">=5.9.0"
botocore = { version = "^1.34.0", optional = true }
Expand Down
Loading