Skip to content

Commit c622a3c

Browse files
build: relax datadog version (#290)
It seems to me that the version is not intentionally locked to the range >= 0.41, < 0.42, and it is more a matter of the fact that poetry treats versions that start with `0` differently when using `^` ([docs](https://python-poetry.org/docs/dependency-specification/#caret-requirements)) Related issue: - #253 Releases of the `datadog` lib (it looks to me that there is no risk): - https://github.com/DataDog/datadogpy/releases
1 parent 7b4e781 commit c622a3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers = [
2323

2424
[tool.poetry.dependencies]
2525
python = ">=3.7.0,<4"
26-
datadog = "^0.41"
26+
datadog = ">=0.41.0,<1.0.0"
2727
wrapt = "^1.11.2"
2828
ddtrace = "^1.6.4"
2929
importlib_metadata = {version = "^1.0", python = "<3.8"}

0 commit comments

Comments
 (0)