Skip to content

Consider removing upper bound for regex #51

@PythonFZ

Description

@PythonFZ

I am encountering some issues with the packages upper bound dependency on regex.

Specifically, for the version on pypi I get help:regex(v2021.11.10) was included becauseipsuite(v0.2.4) depends oncp2k-output-tools(v0.5.0) which depends onregex`.

This is not directly an issue with this package, but I would assume that this package will be compatible with future releases of regex as well and they choose to not follow semantic versioning which can cause this issues.

regex = ">=2021.4,<2025.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