Skip to content

Bump axis to v73#175717

Merged
TheJulianJES merged 2 commits into
home-assistant:devfrom
Kane610:axis-bump_to_v73
Jul 6, 2026
Merged

Bump axis to v73#175717
TheJulianJES merged 2 commits into
home-assistant:devfrom
Kane610:axis-bump_to_v73

Conversation

@Kane610

@Kane610 Kane610 commented Jul 5, 2026

Copy link
Copy Markdown
Member

Breaking change

Proposed change

Bump Axis to v74

This fixes an issue with newer firmwares which introduce breaking changes to supported APIs

Kane610/axis@v72...v74
(There are also unrelated changes to the library which are not yet relevant to HASS.)

Type of change

  • Dependency upgrade
  • 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

Checklist

  • I understand the code I am submitting and can explain how it works.
  • The code change is tested and works locally.
  • Local tests pass. Your PR cannot be merged unless tests pass
  • There is no commented out code in this PR.
  • I have followed the development checklist
  • I have followed the perfect PR recommendations
  • The code has been formatted using Ruff (ruff format homeassistant tests)
  • Tests have been added to verify that the new code works.
  • Any generated code has been carefully reviewed for correctness and compliance with project standards.

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

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

  • The manifest file has all fields filled out correctly.
    Updated and included derived files by running: python3 -m script.hassfest.
  • New or updated dependencies have been added to requirements_all.txt.
    Updated by running python3 -m script.gen_requirements_all.
  • For the updated dependencies a diff between library versions and ideally a link to the changelog/release notes is added to the PR description.

To help with the load of incoming pull requests:

@Kane610 Kane610 added this to the 2026.7.2 milestone Jul 5, 2026
Copilot AI review requested due to automatic review settings July 5, 2026 21:44
@home-assistant home-assistant Bot added bugfix cla-signed dependency Pull requests marked as a dependency upgrade integration: axis small-pr PRs with less than 30 lines. labels Jul 5, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@github-actions

github-actions Bot commented Jul 5, 2026

Copy link
Copy Markdown

Check requirements

Checked at commit 06d7cc9.

⚠️ Some checks require attention — see the details below.

Package Old New No Advisories Not Yanked Repo Public CI Upload Release Pipeline Security PR Link Async Safe
axis 72 73 ⚠️ ⚠️ ☑️
📦 axis: 72 → 73
  • No Advisories: ✅ No active advisories reported by PyPI for version 73.
  • Not Yanked: ✅ Version 73 is a live (non-yanked) release.
  • Repo Public: ✅ https://github.com/Kane610/axis is publicly accessible.
  • CI Upload: ⚠️ No PEP 740 provenance attestation present on PyPI. Upload method cannot be verified from PyPI alone.
  • Release Pipeline: ⚠️ Publishes on release: published trigger via twine upload with a static PYPI_TOKEN secret (no OIDC); acceptable for a version bump.
  • Security: ☑️ Baseline scan found nothing obvious in pyproject.toml, axis/init.py, axis/main.py, axis/cli/core/gateway.py. This is not a security review — only the cheap checks were run.
  • PR Link: ✅ PR description links to Kane610/axis@v72...v73, covering both 72 and 73.
  • Async Safe: ✅ No new blocking calls introduced in 72 → 73.

Generated by Check requirements (AW) · 168.3 AIC · ⌖ 32.3 AIC · ⊞ 29.9K ·

@github-actions

github-actions Bot commented Jul 5, 2026

Copy link
Copy Markdown

Check requirements

Checked at commit 900a310.

⚠️ Some checks require attention — see the details below.

Package Old New No Advisories Not Yanked Repo Public CI Upload Release Pipeline Security PR Link Async Safe
axis 72 74 ⚠️ ⚠️ ☑️
📦 axis: 72 → 74
  • No Advisories: ✅ No active advisories reported by PyPI for version 74.
  • Not Yanked: ✅ Version 74 is a live (non-yanked) release.
  • Repo Public: ✅ https://github.com/Kane610/axis is publicly accessible.
  • CI Upload: ⚠️ No PEP 740 provenance attestation present on PyPI. Upload method cannot be verified from PyPI alone.
  • Release Pipeline: ⚠️ Static PYPI_TOKEN secret used (not OIDC); trigger is release: published. Acceptable for a version bump.
  • Security: ☑️ Baseline scan found nothing obvious in pyproject.toml, axis/init.py, axis/interfaces/temperature_control.py, axis/models/temperature_control.py. This is not a security review — only the cheap checks were run.
  • PR Link: ✅ PR description links to Kane610/axis@v72...v74 which references both old (72) and new (74) versions.
  • Async Safe: ✅ No new blocking calls introduced in 72 → 74.

Generated by Check requirements (AW) · 160.4 AIC · ⌖ 29.7 AIC · ⊞ 29.9K ·

@Kane610

Kane610 commented Jul 5, 2026

Copy link
Copy Markdown
Member Author

Failing tests are unrelated

@TheJulianJES TheJulianJES left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@TheJulianJES TheJulianJES merged commit 9184e09 into home-assistant:dev Jul 6, 2026
107 of 110 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugfix by-code-owner cla-signed dependency Pull requests marked as a dependency upgrade integration: axis Quality Scale: No score small-pr PRs with less than 30 lines.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Axis integration fails with KeyError: 'GenericHTTP' on fixed camera during onboarding

3 participants