Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(pip): use minimum version in range #7300

Closed
knqyf263 opened this issue Aug 2, 2024 · 0 comments · Fixed by #7348
Closed

feat(pip): use minimum version in range #7300

knqyf263 opened this issue Aug 2, 2024 · 0 comments · Fixed by #7348
Assignees
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Milestone

Comments

@knqyf263
Copy link
Collaborator

knqyf263 commented Aug 2, 2024

Description

If it is difficult to identify the version in requirements.txt, the minimum version should be used with --detection-priority comprehensive

keyring >= 4.1.1            # Minimum version 4.1.1
Mopidy-Dirble ~= 1.1        # Compatible release. Same as >= 1.1, == 1.*

In the above example, the versions should be 4.1.1 and 1.1.

@knqyf263 knqyf263 added the kind/feature Categorizes issue or PR as related to a new feature. label Aug 2, 2024
@knqyf263 knqyf263 added this to the v0.55.0 milestone Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants