From e39fdfddf1e86ce6f3f6a3dc4234b34188f5b78e Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Tue, 9 Apr 2024 16:37:10 -0500 Subject: [PATCH] community[patch]: Release 0.0.32 (#20236) --- libs/community/poetry.lock | 9 ++++----- libs/community/pyproject.toml | 4 ++-- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/libs/community/poetry.lock b/libs/community/poetry.lock index cca6cc4f20c..6163ade8720 100644 --- a/libs/community/poetry.lock +++ b/libs/community/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "aenum" @@ -3714,7 +3714,7 @@ files = [ [[package]] name = "langchain-core" -version = "0.1.37" +version = "0.1.41" description = "Building applications with LLMs through composability" optional = false python-versions = ">=3.8.1,<4.0" @@ -3727,7 +3727,6 @@ langsmith = "^0.1.0" packaging = "^23.2" pydantic = ">=1,<3" PyYAML = ">=5.3" -requests = "^2" tenacity = "^8.1.0" [package.extras] @@ -3750,7 +3749,7 @@ develop = true langchain-core = "^0.1.28" [package.extras] -extended-testing = ["lxml (>=4.9.3,<6.0)"] +extended-testing = ["beautifulsoup4 (>=4.12.3,<5.0.0)", "lxml (>=4.9.3,<6.0)"] [package.source] type = "directory" @@ -9240,4 +9239,4 @@ extended-testing = ["aiosqlite", "aleph-alpha-client", "anthropic", "arxiv", "as [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4.0" -content-hash = "67c38c029bb59d45fd0f84a5d48c44f64f1301d6be07f419615d08ba8671a2a7" +content-hash = "317cf874358c83bb04c8b7b7926a8fb6cfbc91ef228ac7d040339cd8fdf61d3c" diff --git a/libs/community/pyproject.toml b/libs/community/pyproject.toml index efe10dadf45..900fcd49d97 100644 --- a/libs/community/pyproject.toml +++ b/libs/community/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-community" -version = "0.0.31" +version = "0.0.32" description = "Community contributed LangChain integrations." authors = [] license = "MIT" @@ -9,7 +9,7 @@ repository = "https://github.com/langchain-ai/langchain" [tool.poetry.dependencies] python = ">=3.8.1,<4.0" -langchain-core = "^0.1.37" +langchain-core = "^0.1.41" SQLAlchemy = ">=1.4,<3" requests = "^2" PyYAML = ">=5.3"