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

Poetry: support multiple constraint dependencies #31406

Open
rarkins opened this issue Sep 16, 2024 · 3 comments
Open

Poetry: support multiple constraint dependencies #31406

rarkins opened this issue Sep 16, 2024 · 3 comments
Labels
auto:no-pings Reminder to users who "chase up" or hassle about topics manager:poetry Poetry package manager priority-3-medium Default priority, "should be done" but isn't prioritised ahead of others type:feature Feature (new functionality)

Comments

@rarkins
Copy link
Collaborator

rarkins commented Sep 16, 2024

Describe the proposed change(s).

Support multiple-constraint dependencies like this:

[tool.poetry.dependencies]
numpy = [
  {python = "^3.9", version = "^1.26"},
  {python = "^3.8, <3.12", version = "^1.24"}
]

Reproduction repo: https://github.com/renovate-reproductions/31339
Discussion ref: #31339

@rarkins rarkins added type:feature Feature (new functionality) priority-3-medium Default priority, "should be done" but isn't prioritised ahead of others manager:poetry Poetry package manager labels Sep 16, 2024
@goseind

This comment was marked as duplicate.

@SparksFlyx3

This comment was marked as spam.

@rarkins rarkins added the auto:no-pings Reminder to users who "chase up" or hassle about topics label Oct 28, 2024
Copy link
Contributor

Hi there,

Please do not post comments like: "Any update on this?" or "When will this be fixed?".

If you're asking because you want to know if there's been some progress, then please know that we work in the open in this repo. If there was an update to this Discussion or Issue, you would see it already. So please don't ask "just in case".

If you're asking because you want to get our attention, then please don't do that either. It wastes maintainer time and pollutes the repo. You're welcome to fix issues yourself, hire someone to help you, or wait for someone else to do the work. You're not welcome to post the equivalent of "Hey, someone else should really do something about this".

If you are a paying Mend.io customer, contact your support or customer success representative, and tell them this issue is important to you.

We expect everyone to follow these rules, no matter if you use the free tiers, or are a paying Mend customer. Please read our Code of Conduct, how we prioritize work to learn more about how we prioritize what to work on.

Thanks, the Renovate team

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto:no-pings Reminder to users who "chase up" or hassle about topics manager:poetry Poetry package manager priority-3-medium Default priority, "should be done" but isn't prioritised ahead of others type:feature Feature (new functionality)
Projects
None yet
Development

No branches or pull requests

3 participants