Skip to content

Relax datadog version requirement? #253

Closed
@stpierre

Description

@stpierre

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

  1. pip install datadog_lambda==4.62.0 datadog==0.44.0

Specifications

  • Datadog Lambda Layer version: 62
  • Python version: Any

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions