Aioesphomeapi

Latest version: v29.7.0

Safety actively analyzes 722032 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 38

29.0.2

What's Changed

* Add manylinux armv7l wheels (1070) bdraco

29.0.1

What's Changed

* Build armv7l wheels (1069) bdraco
* Cleanup unused entries in pyproject (1068) bdraco
* Enable and fix some additional ruff checks (1066) bdraco
* Replace pylint with ruff in the CI (1067) bdraco
* Avoid resolver overhead when all address are already IPs (1063) bdraco
* Handle late encryption error (1055) bdraco
* Add missing timeout to tests (1065) bdraco
* Add more sending benchmarks (1053) bdraco
* Bump zeroconf requirement to 0.143.0 (1052) bdraco
* Add codspeed badge to readme (1051) bdraco
* Add benchmark for sending requests (1045) bdraco
* Update dependabot.yml to ensure its working (1049) bdraco
* Fix docker build path for test requirements (1048) bdraco
* Fix docker build following relocation of requirements_test.txt (1047) bdraco
* Relocate requirements files so dependabot can find them (1046) bdraco

Dependencies

<details>
<summary>11 changes</summary>

* Bump ruff from 0.9.5 to 0.9.6 (1062) [dependabot[bot]](https://github.com/apps/dependabot)
* Bump types-protobuf from 5.29.1.20241207 to 5.29.1.20250208 (1061) [dependabot[bot]](https://github.com/apps/dependabot)
* Bump ruff from 0.9.4 to 0.9.5 (1059) [dependabot[bot]](https://github.com/apps/dependabot)
* Bump docker/setup-qemu-action from 3.3.0 to 3.4.0 (1057) [dependabot[bot]](https://github.com/apps/dependabot)
* Bump docker/setup-buildx-action from 3.8.0 to 3.9.0 (1058) [dependabot[bot]](https://github.com/apps/dependabot)
* Bump mypy from 1.14.1 to 1.15.0 (1056) [dependabot[bot]](https://github.com/apps/dependabot)
* Bump pytest-codspeed from 3.1.2 to 3.2.0 (1050) [dependabot[bot]](https://github.com/apps/dependabot)
* Bump ruff from 0.9.3 to 0.9.4 (1043) [dependabot[bot]](https://github.com/apps/dependabot)
* Bump isort from 5.13.2 to 6.0.0 (1039) [dependabot[bot]](https://github.com/apps/dependabot)
* Bump pytest-asyncio from 0.25.2 to 0.25.3 (1041) [dependabot[bot]](https://github.com/apps/dependabot)
* Bump pylint from 3.3.3 to 3.3.4 (1042) [dependabot[bot]](https://github.com/apps/dependabot)
</details>

29.0.0

What's Changed

* Include Bluetooth connection slot allocations in connections free message (1038) bdraco
* Migrate to Python 3.13 for benchmarks (1033) bdraco

Dependencies

<details>
<summary>4 changes</summary>

* Bump docker/build-push-action from 6.12.0 to 6.13.0 (1035) [dependabot[bot]](https://github.com/apps/dependabot)
* Bump ruff from 0.9.2 to 0.9.3 (1037) [dependabot[bot]](https://github.com/apps/dependabot)
* Bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4 (1036) [dependabot[bot]](https://github.com/apps/dependabot)
* Bump docker/setup-qemu-action from 3.0.0 to 3.3.0 (1034) [dependabot[bot]](https://github.com/apps/dependabot)
</details>

28.0.1

What's Changed

* Migrate to using native ARM runners for wheel builds (1031) bdraco

Dependencies

<details>
<summary>19 changes</summary>

* Bump ruff from 0.9.1 to 0.9.2 (1030) dependabot
* Bump ruff from 0.9.0 to 0.9.1 (1028) dependabot
* Bump docker/build-push-action from 6.11.0 to 6.12.0 (1029) dependabot
* Bump docker/build-push-action from 6.10.0 to 6.11.0 (1021) dependabot
* Bump pytest-asyncio from 0.25.1 to 0.25.2 (1023) dependabot
* Bump ruff from 0.8.6 to 0.9.0 (1027) dependabot
* Bump pytest-codspeed from 3.1.0 to 3.1.2 (1026) dependabot
* Bump pylint from 3.3.2 to 3.3.3 (1016) dependabot
* Bump mypy from 1.14.0 to 1.14.1 (1017) dependabot
* Bump pytest-asyncio from 0.25.0 to 0.25.1 (1018) dependabot
* Bump ruff from 0.8.4 to 0.8.6 (1020) dependabot
* Bump mypy from 1.13.0 to 1.14.0 (1015) dependabot
* Bump ruff from 0.8.3 to 0.8.4 (1014) dependabot
* Bump pytest-asyncio from 0.24.0 to 0.25.0 (1011) dependabot
* Bump ruff from 0.8.2 to 0.8.3 (1012) dependabot
* Bump docker/setup-buildx-action from 3.7.1 to 3.8.0 (1013) dependabot
* Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3 (1010) dependabot
* Bump types-protobuf from 5.28.3.20241203 to 5.29.1.20241207 (1008) dependabot
* Bump pytest-codspeed from 3.0.0 to 3.1.0 (1009) dependabot
</details>

28.0.0

What's Changed

* Bump protobuf requirement to >=4 (1007) bdraco
* Bump protobuf to 25.5 (aka PyPi 4.25.5) (992) bdraco

Dependencies

<details>
<summary>3 changes</summary>

* Bump ruff from 0.8.0 to 0.8.2 (1006) dependabot
* Bump pylint from 3.3.1 to 3.3.2 (1004) dependabot
* Bump types-protobuf from 5.28.3.20241030 to 5.28.3.20241203 (1005) dependabot
</details>

27.0.3

What's Changed

* Wrap PACK_NONCE in staticmethod (1002) bdraco

Dependencies

<details>
<summary>2 changes</summary>

* Bump docker/build-push-action from 6.9.0 to 6.10.0 (1001) dependabot
* Bump pypa/cibuildwheel from 2.21.3 to 2.22.0 (1000) dependabot
</details>

Page 3 of 38

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.