From ed1de9a708adc99e103e647b217e99b081741314 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 31 May 2026 14:38:22 +0200 Subject: [PATCH] python3Packages.aioesphomeapi: add version compat note Especially major versions contain API breakage and we always require a compatible home-assistant version. Not all API surfaces are being exercised in home-assistant tests, so don't fool yourself by nixpkgs-review not revealing any breakages. --- pkgs/development/python-modules/aioesphomeapi/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/aioesphomeapi/default.nix b/pkgs/development/python-modules/aioesphomeapi/default.nix index 68331992f98a..11665de8a98e 100644 --- a/pkgs/development/python-modules/aioesphomeapi/default.nix +++ b/pkgs/development/python-modules/aioesphomeapi/default.nix @@ -26,7 +26,7 @@ buildPythonPackage (finalAttrs: { pname = "aioesphomeapi"; - version = "44.23.0"; + version = "44.23.0"; # must track the major version that home-assistant pins pyproject = true; src = fetchFromGitHub {