home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
73.29k stars 30.61k forks source link

Allow installing pre-release dependencies of requirements #129641

Open b-rowan opened 15 hours ago

b-rowan commented 15 hours ago

Proposed change

Fix for a regression introduced in 2024.10.0, in which updating uv caused components which relied on a package with a pre-release dependency to fail to install. uv will log a message about including the prerelease=allow flag, which fixes the problem.

Type of change

Additional information

Checklist

If user exposed functionality or configuration variables are added/changed:

If the code communicates with devices, web services, or third-party tools:

To help with the load of incoming pull requests:

home-assistant[bot] commented 15 hours ago

Please take a look at the requested changes, and use the Ready for review button when you are done, thanks :+1:

Learn more about our pull request process.