Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bunch of misc changes:
ghome-foyer-api
dependency to v1.1.1 which adds protobuf v5 support.homeassistant==2024.11.0
.pre-commit
from dev dependencies. It should be installed globally byuv tool install
or run throughuvx
. Running it throughuv
may cause caching issues if some transitive dependency specify version ofuv
dependency. Andhomeassistant
does.uv
withouttwine
.uv
develops very fast and now supports publishing without additional tools.PYPI_TOKEN
.[dependency-groups]
inpyproject.toml
which is defined by standard and now supported byuv
.astral-sh/setup-uv@v3
which implements caching support.uv
, it's faster and more flexible. E.g. it checks required python version inpyproject.toml
.crazy-max/ghaction-github-labeler
to v5.0.0, v5.1.0 is broken. Prevent updates with dependabot.automerge
label for Kodiak