Skip to content

Support current structlog major version. #74

Closed
@grelleum

Description

@grelleum

Environment

  • DiffSync version: 1.3.0

Proposed Functionality

Currently the pyproject.toml file restricts structlog the major version to 20.
structlog = "^20.1.0"
The current major version is 21.

Use Case

For my project, there is another required package that has pinned a minimum structlog version of 21.0.0. When adding diffsync as a requirement to my project, pip will install a much older version of the other required package where the minimum structlog version was 20. This causes an issue with needed features not being available.

Metadata

Metadata

Assignees

No one assigned

    Labels

    status: acceptedThis issue has been accepted by the maintainers team for implementationtype: housekeeping

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions