From 5cc422fd8725d91baf8f3c23605c90449800fdfb Mon Sep 17 00:00:00 2001 From: Marcus Messer Date: Wed, 19 Aug 2026 17:13:58 +0100 Subject: [PATCH] Update `lf_toolkit` dependency to v1.1.1 in requirements.txt. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index aafdb65..88d33ce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,6 +10,6 @@ langdetect langgraph langsmith -lf_toolkit[ipc] @ git+https://github.com/lambda-feedback/toolkit-python.git@fix/ipc +lf_toolkit[ipc] @ git+https://github.com/lambda-feedback/toolkit-python.git@v1.1.1 pytest flake8 \ No newline at end of file