From d62eab94fb9988dab3e0fd01471fcaeb9e39bcf0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 09:57:13 +0800 Subject: [PATCH] build(deps): update langchain requirement (#1196) Updates the requirements on [langchain](https://github.com/langchain-ai/langchain) to permit the latest version. Updates `langchain` to 0.2.16 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain==0.2.3...langchain==0.2.16) --- updated-dependencies: - dependency-name: langchain dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d7fce17fd..785dae1cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ django = "4.2.15" djangorestframework = "^3.15.2" drf-yasg = "1.21.7" django-filter = "23.2" -langchain = "0.2.3" +langchain = "0.2.16" langchain_community = "0.2.4" langchain-huggingface = "^0.0.3" psycopg2-binary = "2.9.7"