From 626ace96aea83aaa6a13856ee5c945aa9289229b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 03:25:17 +0000 Subject: [PATCH] Bump langchain-community from 0.3.3 to 0.3.5 Bumps [langchain-community](https://github.com/langchain-ai/langchain) from 0.3.3 to 0.3.5. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-community==0.3.3...langchain-community==0.3.5) --- updated-dependencies: - dependency-name: langchain-community dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 15 ++++++++------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index c5aaa5b..3e18a5b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -854,20 +854,21 @@ tenacity = ">=8.1.0,<8.4.0 || >8.4.0,<10" [[package]] name = "langchain-community" -version = "0.3.3" +version = "0.3.5" description = "Community contributed LangChain integrations." optional = false python-versions = "<4.0,>=3.9" files = [ - {file = "langchain_community-0.3.3-py3-none-any.whl", hash = "sha256:319cfc2f923a066c91fbb8e02decd7814018af952b6b98298b8ac9d30ea1da56"}, - {file = "langchain_community-0.3.3.tar.gz", hash = "sha256:bfb3f2b219aed21087e0ecb7d2ebd1c81401c02b92239e11645c822d5be63f80"}, + {file = "langchain_community-0.3.5-py3-none-any.whl", hash = "sha256:03736105700960fa0acbd72bff678d1c97c49e38e9f8af3012b712d64e992982"}, + {file = "langchain_community-0.3.5.tar.gz", hash = "sha256:345febbc972a08c97f09cce6cc07d039aa7d1348fe8efdace85335be6ac9cb7d"}, ] [package.dependencies] aiohttp = ">=3.8.3,<4.0.0" dataclasses-json = ">=0.5.7,<0.7" -langchain = ">=0.3.4,<0.4.0" -langchain-core = ">=0.3.12,<0.4.0" +httpx-sse = ">=0.4.0,<0.5.0" +langchain = ">=0.3.6,<0.4.0" +langchain-core = ">=0.3.15,<0.4.0" langsmith = ">=0.1.125,<0.2.0" numpy = [ {version = ">=1,<2", markers = "python_version < \"3.12\""}, @@ -876,7 +877,7 @@ numpy = [ pydantic-settings = ">=2.4.0,<3.0.0" PyYAML = ">=5.3" requests = ">=2,<3" -SQLAlchemy = ">=1.4,<3" +SQLAlchemy = ">=1.4,<2.0.36" tenacity = ">=8.1.0,<8.4.0 || >8.4.0,<10" [[package]] @@ -2465,4 +2466,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "56a39da262951266b4c9a3dcc5bd3e2eea5b2eb869c8c1b511cf9e088125f832" +content-hash = "ab72a04bab5b9d1eaf74c95c93bd76d9ce18e6df2d0bb996e38c0b2f034c9c1c" diff --git a/pyproject.toml b/pyproject.toml index 2cdfb0b..0e04a83 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ packages = [{include = "sc_system_ai", from = "src"}] [tool.poetry.dependencies] python = "^3.10" langchain = "^0.3.7" -langchain-community = "^0.3.3" +langchain-community = "^0.3.5" langchain-openai = "^0.2.5" duckduckgo-search = "^6.3.3" azure-cosmos = "^4.7.0"