python3Packages.agent-client-protocol: 0.8.0 -> 0.8.1 (#490438)

This commit is contained in:
kirillrdy
2026-02-14 20:45:21 +00:00
committed by GitHub
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -29,6 +29,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
];
pythonRelaxDeps = [
"agent-client-protocol"
"gitpython"
"mistralai"
"pydantic"
@@ -19,14 +19,14 @@
buildPythonPackage (finalAttrs: {
pname = "agent-client-protocol";
version = "0.8.0";
version = "0.8.1";
pyproject = true;
src = fetchFromGitHub {
owner = "agentclientprotocol";
repo = "python-sdk";
tag = finalAttrs.version;
hash = "sha256-MFfHr0bPBSMxb6HMndbrw/Aidd8TXUKwFam6+TroXkI=";
hash = "sha256-pP2exnCiXPw4mPKBQVUWaCE7N132WIGU//whsJGTwgY=";
};
build-system = [