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

This commit is contained in:
R. Ryantm
2026-05-24 21:24:10 +00:00
parent 577f4f868a
commit d50bf01a68
@@ -19,7 +19,7 @@
buildPythonPackage (finalAttrs: {
pname = "agent-client-protocol";
version = "0.10.0";
version = "0.10.1";
pyproject = true;
__structuredAttrs = true;
@@ -27,7 +27,7 @@ buildPythonPackage (finalAttrs: {
owner = "agentclientprotocol";
repo = "python-sdk";
tag = finalAttrs.version;
hash = "sha256-JndUYT3oimoDs6WDA4ixhNCZnswUAZA4nab5DT1xpbQ=";
hash = "sha256-iVmNzAx/YlvFXXVPjS1SmjDqGAr9aRDdSW93Nw2ayAY=";
};
build-system = [