From 4937847e6dac5fd02ce060bbf3352469179a3bab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 03:53:27 +0000 Subject: [PATCH] Bump langchain-community from 0.2.11 to 0.2.12 Bumps [langchain-community](https://github.com/langchain-ai/langchain) from 0.2.11 to 0.2.12. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-community==0.2.11...langchain-community==0.2.12) --- 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 ad2740a..d34d5ad 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1660,20 +1660,20 @@ tenacity = ">=8.1.0,<8.4.0 || >8.4.0,<9.0.0" [[package]] name = "langchain-community" -version = "0.2.11" +version = "0.2.12" description = "Community contributed LangChain integrations." optional = false python-versions = "<4.0,>=3.8.1" files = [ - {file = "langchain_community-0.2.11-py3-none-any.whl", hash = "sha256:465c03ba1603975d141533424185e09546ecf09e379c93aee2671bdc9b325cda"}, - {file = "langchain_community-0.2.11.tar.gz", hash = "sha256:ede261ff8202f1433f004ee90baf89f371cee37cb1abfc16dd0f8392db10b23e"}, + {file = "langchain_community-0.2.12-py3-none-any.whl", hash = "sha256:50e74473dd2309bdef561760afbbf0c5ea17ed91fc4dfa0d52279dd16d6d34e0"}, + {file = "langchain_community-0.2.12.tar.gz", hash = "sha256:d671cfc6a4f3b65f49a2e59ab420d0164f109d0a56fc4b4996518205c63b8c7e"}, ] [package.dependencies] aiohttp = ">=3.8.3,<4.0.0" dataclasses-json = ">=0.5.7,<0.7" -langchain = ">=0.2.12,<0.3.0" -langchain-core = ">=0.2.27,<0.3.0" +langchain = ">=0.2.13,<0.3.0" +langchain-core = ">=0.2.30,<0.3.0" langsmith = ">=0.1.0,<0.2.0" numpy = [ {version = ">=1,<2", markers = "python_version < \"3.12\""}, @@ -4408,4 +4408,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "b55193d1d3375a3b40695763e1c8c76c1923f77db9c109cf12a209edf467a81d" +content-hash = "e9ede7e29d90f432aa9015283d4dbb6c48961f6050a3089aa4855a1100c07ba9" diff --git a/pyproject.toml b/pyproject.toml index b2903b0..05c2a09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ plotly = "^5.23.0" pandas = "^2.2.2" langchain = "^0.2.14" langchain-openai = "^0.1.22" -langchain-community = "^0.2.11" +langchain-community = "^0.2.12" azure-search-documents = "^11.5.1" azure-identity = "^1.17.1" ultralytics = "^8.2.80"