Closed
Description
Expected Behavior
I should be able to use this library with a wider range of datadog
library versions.
Actual Behavior
In order to install the latest datadog_lambda
, you must be running exactly datadog==0.41
; you cannot run with a newer version. It would be nice if a range were supported.
pyproject.toml
specifies:
datadog = "^0.41"
The ^
makes me suspect that someone perhaps intended to support datadog>=0.41, <1
, but poetry interprets ^
a bit differently when the first digit is a 0
. Happy to put in a PR to fix that if the desired behavior can be confirmed.
Steps to Reproduce the Problem
pip install datadog_lambda==4.62.0 datadog==0.44.0
Specifications
- Datadog Lambda Layer version: 62
- Python version: Any
Metadata
Metadata
Assignees
Labels
No labels