Skip to content

Commit c3fc366

Browse files
committed
split the ujson constraint by Python version
1 parent 97cb992 commit c3fc366

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@ ddtrace = [
3333
{version = ">=3.19.1,<4", python = ">=3.8,<3.10"},
3434
{version = ">=4.1.1,<5,!=4.6.*", python = ">=3.10"}
3535
]
36-
ujson = ">=5.10.0"
36+
ujson = [
37+
{version = ">=5.10.0,<5.12.0", python = ">=3.8,<3.10"},
38+
{version = ">=5.12.0", python = ">=3.10"}
39+
]
3740
botocore = { version = "^1.34.0", optional = true }
3841
requests = { version ="^2.22.0", optional = true }
3942
pytest = { version= "^8.0.0", optional = true }

0 commit comments

Comments
 (0)