tox-dev / pyproject-fmt

MIT License
167 stars 27 forks source link

pyproject-fmt unexpectedly lowercases requirements names #199

Closed adamtheturtle closed 4 months ago

adamtheturtle commented 4 months ago

I have the requirement types-PyYAML which matches https://pypi.org/project/types-PyYAML/. pyproject-fmt as of 2.0.0 changes this to types-pyyaml.

gaborbernat commented 4 months ago

This is expected, we use now the canonical name.

gaborbernat commented 4 months ago

Note this will not break anything, the two are equal from a Python point of view.