Skip to content

Pin dependency versions #558

@Hashfastr

Description

@Hashfastr

Go from something like this:

dependencies = [
    "polars",
    "antlr4-python3-runtime==4.13.2",
    "elasticsearch",
    "numpy",
    ...
]

to this:

dependencies = [
    "polars>=0.20.0,<1.0.0",
    "elasticsearch>=8.0.0,<9.0.0",
    ...
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions