python3Packages.agent-client-protocol: 0.9.0 -> 0.10.0 (#517935)

This commit is contained in:
Gaétan Lepage
2026-05-08 08:29:06 +00:00
committed by GitHub
@@ -19,14 +19,15 @@
buildPythonPackage (finalAttrs: {
pname = "agent-client-protocol";
version = "0.9.0";
version = "0.10.0";
pyproject = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "agentclientprotocol";
repo = "python-sdk";
tag = finalAttrs.version;
hash = "sha256-8Xf2S85yNsP/HhpCw9UqdoDdeDHdggvYcnvJbilAVuU=";
hash = "sha256-JndUYT3oimoDs6WDA4ixhNCZnswUAZA4nab5DT1xpbQ=";
};
build-system = [