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

[BUG] * version not correctly handled #499

Closed
dhirschfeld opened this issue Sep 24, 2023 · 2 comments · Fixed by #503
Closed

[BUG] * version not correctly handled #499

dhirschfeld opened this issue Sep 24, 2023 · 2 comments · Fixed by #503
Assignees
Labels
bug Something isn't working

Comments

@dhirschfeld
Copy link

Describe the bug
Over in https://github.com/conda-forge/quart-cors-feedstock/pull/14/files update-grayskull put in an update which added - typing_extensions * when - typing-extensions already existed, resulting in duplicate entries for typing-extensions:

image

Expected behavior
typing_extensions * would be normalised to typing_extensions and therefore no update would be made to the existing dependencies (despite the * being in upstream - it should be recognised as equivalent)

https://github.com/pgjones/quart-cors/blob/0.7.0/pyproject.toml#L62

Additional context
It's a poetry dependency specification - maybe that's relevant?

@dhirschfeld dhirschfeld added the bug Something isn't working label Sep 24, 2023
@marcelotrevisani
Copy link
Member

indeed, that is a problem, gonna put in my backlog, thanks for reporting it! :)

@marcelotrevisani marcelotrevisani self-assigned this Oct 4, 2023
@marcelotrevisani marcelotrevisani linked a pull request Oct 12, 2023 that will close this issue
@marcelotrevisani
Copy link
Member

That should be fixed with #503

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants