python3Packages.a2a-sdk: 0.3.25 -> 0.3.26

This commit is contained in:
R. Ryantm
2026-04-10 15:48:44 +00:00
parent 1a66bde6d7
commit ec6e94a495
@@ -33,14 +33,14 @@
buildPythonPackage (finalAttrs: {
pname = "a2a-sdk";
version = "0.3.25";
version = "0.3.26";
pyproject = true;
src = fetchFromGitHub {
owner = "a2aproject";
repo = "a2a-python";
tag = "v${finalAttrs.version}";
hash = "sha256-pGsxrNRqIFXEOxstvTFC4sXjZvphMHfPYzk4xhjaA6s=";
hash = "sha256-OQVNoKCx/7t3LeLgcVCVJUDnrWnugbM6EReE0713CM4=";
};
build-system = [