Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies #568

Merged
merged 2 commits into from
Nov 5, 2024
Merged

Update dependencies #568

merged 2 commits into from
Nov 5, 2024

Conversation

KapJI
Copy link
Collaborator

@KapJI KapJI commented Nov 5, 2024

Bunch of misc changes:

  • Update ghome-foyer-api dependency to v1.1.1 which adds protobuf v5 support.
  • Sync other dependencies with homeassistant==2024.11.0.
  • Update dev dependencies.
  • Remove pre-commit from dev dependencies. It should be installed globally by uv tool install or run through uvx. Running it through uv may cause caching issues if some transitive dependency specify version of uv dependency. And homeassistant does.
  • Publish using uv without twine. uv develops very fast and now supports publishing without additional tools.
  • Publish without using PYPI_TOKEN.
  • Migrate to [dependency-groups] in pyproject.toml which is defined by standard and now supported by uv.
  • Use official astral-sh/setup-uv@v3 which implements caching support.
  • Install Python with uv, it's faster and more flexible. E.g. it checks required python version in pyproject.toml.
  • Downgrade crazy-max/ghaction-github-labeler to v5.0.0, v5.1.0 is broken. Prevent updates with dependabot.
  • Add automerge label for Kodiak

@KapJI KapJI added the dependencies Pull requests that update a dependency file label Nov 5, 2024
@KapJI KapJI merged commit cc80f6f into leikoilja:master Nov 5, 2024
7 checks passed
@KapJI KapJI deleted the misc-changes branch November 5, 2024 11:27
@leikoilja
Copy link
Owner

nice, thank you 🙌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants