From be6a245168ff2f11f156a08c75ba8a8bb1e14d7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 21:10:04 +0000 Subject: [PATCH] Bump langchain from 0.0.329 to 0.1.0 in /examples/chat-py Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.0.329 to 0.1.0. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/v0.0.329...v0.1.0) --- updated-dependencies: - dependency-name: langchain dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/chat-py/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/chat-py/requirements.txt b/examples/chat-py/requirements.txt index 5c2de0e..b267e0a 100644 --- a/examples/chat-py/requirements.txt +++ b/examples/chat-py/requirements.txt @@ -7,7 +7,7 @@ charset-normalizer==3.1.0 dataclasses-json==0.5.7 frozenlist==1.3.3 idna==3.4 -langchain==0.0.329 +langchain==0.1.0 marshmallow==3.19.0 marshmallow-enum==1.5.1 multidict==6.0.4