Skip to content

Pinned setuptools version (setuptools==42.0.2) is too restrictive #104

Closed
@zlalvani

Description

@zlalvani

Expected Behavior

Dependency versions are loose enough to be resolved in most cases

Actual Behavior

Pinned dependency on setuptools is old and potentially too specific

Steps to Reproduce the Problem

  1. pip install -r requirements.txt in a requirements file with both datadog-lambda and another dependency with a conflicting setuptools version. In this case, wiremock.

Specifications

  • Datadog Lambda Layer version: 2.26.0
  • Python version: 3.8.6

Stacktrace

ERROR: Cannot install -r requirements-dev.txt (line 13) and -r requirements.txt (line 14) because these package versions have conflicting dependencies.

The conflict is caused by:
  datadog-lambda 2.26.0 depends on setuptools==42.0.2
  wiremock 2.1.3 depends on setuptools>=45.2.0  

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