From 823fee2342541df22421e30418de1044a17dd711 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 01:03:22 +0000 Subject: [PATCH] chore(deps): Bump langchain-community from 0.2.17 to 0.2.18 Bumps [langchain-community](https://github.com/langchain-ai/langchain) from 0.2.17 to 0.2.18. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-community==0.2.17...langchain-community==0.2.18) --- updated-dependencies: - dependency-name: langchain-community dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4443486a8..3f199642c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1952,20 +1952,20 @@ tenacity = ">=8.1.0,<8.4.0 || >8.4.0,<9.0.0" [[package]] name = "langchain-community" -version = "0.2.17" +version = "0.2.18" description = "Community contributed LangChain integrations." optional = false python-versions = "<4.0,>=3.8.1" files = [ - {file = "langchain_community-0.2.17-py3-none-any.whl", hash = "sha256:d07c31b641e425fb8c3e7148ad6a62e1b54a9adac6e1173021a7dd3148266063"}, - {file = "langchain_community-0.2.17.tar.gz", hash = "sha256:b0745c1fcf1bd532ed4388f90b47139d6a6c6ba48a87aa68aa32d4d6bb97259d"}, + {file = "langchain_community-0.2.18-py3-none-any.whl", hash = "sha256:277a5fdb381a707529cb44182a723fc49c290d630a46a8f75e522c527af4398b"}, + {file = "langchain_community-0.2.18.tar.gz", hash = "sha256:501853685eef393fcfcadec4c896dfd4d7fb6c2404835c0255d4b7089ca27a4a"}, ] [package.dependencies] aiohttp = ">=3.8.3,<4.0.0" dataclasses-json = ">=0.5.7,<0.7" -langchain = ">=0.2.16,<0.3.0" -langchain-core = ">=0.2.39,<0.3.0" +langchain = ">=0.2.17,<0.3.0" +langchain-core = ">=0.2.43,<0.3.0" langsmith = ">=0.1.112,<0.2.0" numpy = {version = ">=1,<2", markers = "python_version < \"3.12\""} PyYAML = ">=5.3" @@ -4554,4 +4554,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.11.2" -content-hash = "b3a1b4674e1580979a268ed5a01f38f6cbfce8054a459003822f47c1269fb14e" +content-hash = "2ee5578de64009c10dc432c29c25a2076269949e65b7a2a75c454c7cb1482f8a" diff --git a/pyproject.toml b/pyproject.toml index a91b0bd38..999447c02 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ bitcash = "^1.0.2" pydantic = "^2.7.3" pydantic_core = "^2.18.4" langchain = "^0.2.17" -langchain-community = "^0.2.17" +langchain-community = "^0.2.18" langchain-core = "^0.2.43" langchain-openai = "^0.1.25" unstructured = "^0.16.5"