From 056771ee5c716e394681b83c5b2d7934cb8ae23b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 01:58:48 +0000 Subject: [PATCH] Bump langchain-community from 0.2.12 to 0.2.17 Bumps [langchain-community](https://github.com/langchain-ai/langchain) from 0.2.12 to 0.2.17. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-community==0.2.12...langchain-community==0.2.17) --- updated-dependencies: - dependency-name: langchain-community dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index f92348b..83bca44 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2482,21 +2482,21 @@ numpy = [ [[package]] name = "langchain-community" -version = "0.2.12" +version = "0.2.17" description = "Community contributed LangChain integrations." optional = false python-versions = "<4.0,>=3.8.1" files = [ - {file = "langchain_community-0.2.12-py3-none-any.whl", hash = "sha256:50e74473dd2309bdef561760afbbf0c5ea17ed91fc4dfa0d52279dd16d6d34e0"}, - {file = "langchain_community-0.2.12.tar.gz", hash = "sha256:d671cfc6a4f3b65f49a2e59ab420d0164f109d0a56fc4b4996518205c63b8c7e"}, + {file = "langchain_community-0.2.17-py3-none-any.whl", hash = "sha256:d07c31b641e425fb8c3e7148ad6a62e1b54a9adac6e1173021a7dd3148266063"}, + {file = "langchain_community-0.2.17.tar.gz", hash = "sha256:b0745c1fcf1bd532ed4388f90b47139d6a6c6ba48a87aa68aa32d4d6bb97259d"}, ] [package.dependencies] aiohttp = ">=3.8.3,<4.0.0" dataclasses-json = ">=0.5.7,<0.7" -langchain = ">=0.2.13,<0.3.0" -langchain-core = ">=0.2.30,<0.3.0" -langsmith = ">=0.1.0,<0.2.0" +langchain = ">=0.2.16,<0.3.0" +langchain-core = ">=0.2.39,<0.3.0" +langsmith = ">=0.1.112,<0.2.0" numpy = [ {version = ">=1,<2", markers = "python_version < \"3.12\""}, {version = ">=1.26.0,<2.0.0", markers = "python_version >= \"3.12\""}, @@ -6936,4 +6936,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "ad2fecd935ac30bda7da4c078553a8391aa6152f928c6302020ebf4f1dc7d366" +content-hash = "2c8757b3658039fd7fe0daf0942e123c647c79d8c7c7d77bb58b71ac6b8db0d1" diff --git a/pyproject.toml b/pyproject.toml index 3c26382..763e612 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ plotly = "^5.24.1" pandas = "^2.2.2" langchain = "^0.2.16" langchain-openai = "^0.1.25" -langchain-community = "^0.2.12" +langchain-community = "^0.2.17" azure-search-documents = "^11.5.1" azure-identity = "^1.18.0" ultralytics = "^8.3.6"