You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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 fortyping-extensions
:Expected behavior
typing_extensions *
would be normalised totyping_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?The text was updated successfully, but these errors were encountered: