astral-sh / rye

a Hassle-Free Python Experience
https://rye.astral.sh
MIT License
12.08k stars 425 forks source link

Upgrade pyyaml to v6.0.1 #1170

Closed charliermarsh closed 4 days ago

charliermarsh commented 4 days ago

Summary

It looks like pyyaml==6.0.0 has a faulty source distribution that we can't build (pip install pyyaml==6.0.0 --no-cache --force-reinstall --no-binary pyyaml fails). But pyyaml==6.0.1 works as expected. The documentation seems to build in a musl container, so it has to build from source.