From 2a28f486a170354064fa594b727c7f8cdc6ff6bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 08:14:58 +0000 Subject: [PATCH] Bump langchain from 0.0.251 to 0.0.308 Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.0.251 to 0.0.308. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/v0.0.251...v0.0.308) --- updated-dependencies: - dependency-name: langchain dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9ed2b169a..edc481847 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ pydantic==1.10.9 aiohttp==3.8.5 -langchain==0.0.288 +langchain==0.0.308 requests==2.31.0 typer==0.7.0 PyYAML~=6.0 diff --git a/setup.py b/setup.py index 1af910bb9..63e646b0d 100644 --- a/setup.py +++ b/setup.py @@ -60,7 +60,7 @@ install_requires=[ "pydantic==1.10.9", "aiohttp==3.8.5", - "langchain==0.0.288", + "langchain==0.0.308", "requests>=2.31.0", "typer==0.7.0", "PyYAML~=6.0",