From 3570015a36bcc1324d84a37f82b79188c09a983c Mon Sep 17 00:00:00 2001 From: Susheem Koul <105606472+susheem-k@users.noreply.github.com> Date: Fri, 24 Jul 2026 19:57:22 +0530 Subject: [PATCH] Depend on agent-chronicle from PyPI (>=0.3.0). Replace the temporary git branch pin now that 0.3.0 is published. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4bfdf5e..a6c3284 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ classifiers = [ "Topic :: System :: Systems Administration", ] dependencies = [ - "agent-chronicle @ git+https://github.com/theagentplane/chronicle.git@feat/boundary-on-enter-precall", + "agent-chronicle>=0.3.0", "openai>=1.0", "anthropic>=0.40", "pyyaml>=6.0",