python3Packages.agent-client-protocol: 0.9.0 -> 0.10.0

This commit is contained in:
R. Ryantm
2026-05-08 08:07:49 +00:00
committed by Gaetan Lepage
parent 48a7fb14a7
commit 2fed09cb6d
@@ -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 = [