From cee59d52c393a1793fcdacf4653b4f6406899c29 Mon Sep 17 00:00:00 2001 From: Twisha Bansal Date: Tue, 3 Feb 2026 16:03:06 +0530 Subject: [PATCH] update requirements file --- .../pre_post_processing/python/langchain/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/en/samples/pre_post_processing/python/langchain/requirements.txt b/docs/en/samples/pre_post_processing/python/langchain/requirements.txt index 134e24a8c6..5638e0c108 100644 --- a/docs/en/samples/pre_post_processing/python/langchain/requirements.txt +++ b/docs/en/samples/pre_post_processing/python/langchain/requirements.txt @@ -1,2 +1,3 @@ langchain==1.2.6 -toolbox-langchain==0.5.7 \ No newline at end of file +langchain-google-vertexai==3.2.2 +toolbox-langchain==0.5.8 \ No newline at end of file