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
[ ] Dependency upgrade
[x] Bugfix (non-breaking change which fixes an issue)
[ ] New integration (thank you!)
[ ] New feature (which adds functionality to an existing integration)
[ ] Deprecation (breaking change to happen in the future)
[ ] Breaking change (fix/feature causing existing functionality to break)
[ ] Code quality improvements to existing code or addition of tests
Additional information
This PR fixes #128981
Checklist
[x] The code change is tested and works locally.
[x] Local tests pass. Your PR cannot be merged unless tests pass
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 theprerelease=allow
flag, which fixes the problem.Type of change
Additional information
Checklist
ruff format homeassistant tests
)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest
.requirements_all.txt
.Updated by running
python3 -m script.gen_requirements_all
.To help with the load of incoming pull requests: