Commit a76b0c4
authored
Relax datadog version requirement (#231)
Because the datadog package version is 0.x.y, `^0.41.0` is equivalent to
`>= 0.41.0 <0.42.0` [1].
This currently locks the version to `0.41.y`.
Newer versions of `datadog` have been released with minor changes
(currently 0.44.0), but depending on this project prevents pulling them
in.
[1]: https://python-poetry.org/docs/dependency-specification/1 parent 603e268 commit a76b0c4
2 files changed
+2
-2
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments