Bump fyta_cli to 0.7.3 - #173784
Conversation
|
Hey there @dontinelli, mind taking a look at this pull request as it has been labeled with an integration ( Code owner commandsCode owners of
|
There was a problem hiding this comment.
Pull request overview
A straightforward dependency version bump of fyta_cli from 0.7.2 to 0.7.3 in the FYTA integration. The upstream fix corrects an inverted token expiration check that could cause unnecessary token refreshes or stale token usage. No Home Assistant-side code changes are required.
Changes:
- Version string updated from
0.7.2to0.7.3inmanifest.jsonandrequirements_all.txt
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| homeassistant/components/fyta/manifest.json | Bumps fyta_cli requirement from 0.7.2 to 0.7.3 |
| requirements_all.txt | Updates the pinned fyta_cli version from 0.7.2 to 0.7.3 |
|
The changes have no impact on the HA core integration (why I have not yet initiated a bump myself). But with the PR already prepared, I'm of course happy to approve. Thank you @frenck . |
Proposed change
Bump fyta_cli from 0.7.2 to 0.7.3.
Upstream links:
Changes in 0.7.3:
The main fix corrects an inverted token expiration check that could cause unnecessary token refreshes or stale token usage. No changes needed on the Home Assistant side.
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: