Skip to content

Commit 4815ba2

Browse files
committed
use compatible depedency versions and prevent major version upgrades
1 parent d904fab commit 4815ba2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,17 @@ 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,<3.15"}
34+
{version = ">=4.1.1,<5,!=4.6.*", python = ">=3.10"}
3535
]
3636
ujson = [
3737
{version = ">=5.10.0,<5.12.0", python = ">=3.8,<3.10"},
38-
{version = ">=5.12.0", python = ">=3.10"}
38+
{version = "^5.12.0", python = ">=3.10"},
3939
]
4040
botocore = { version = "^1.34.0", optional = true }
4141
requests = { version ="^2.22.0", optional = true }
4242
pytest = [
4343
{ version = "^8.3.4", optional = true, python = ">=3.8,<3.10" },
44-
{ version = "9.0.3", optional = true, python = ">=3.10" },
44+
{ version = "^9.0.3", optional = true, python = ">=3.10" },
4545
]
4646
pytest-benchmark = { version = "^4.0", optional = true }
4747
flake8 = { version = "^5.0.4", optional = true }

0 commit comments

Comments
 (0)