From 8a62fb05707b7d91934d74aa807691cbbc9a5999 Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Tue, 30 Apr 2024 13:18:44 -0700 Subject: [PATCH] community: release 0.0.36 (#21118) --- libs/community/poetry.lock | 4 ++-- libs/community/pyproject.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/community/poetry.lock b/libs/community/poetry.lock index 49fb79cf03..aa5dfd315f 100644 --- a/libs/community/poetry.lock +++ b/libs/community/poetry.lock @@ -3964,7 +3964,7 @@ files = [ [[package]] name = "langchain-core" -version = "0.1.47" +version = "0.1.48" description = "Building applications with LLMs through composability" optional = false python-versions = ">=3.8.1,<4.0" @@ -10001,4 +10001,4 @@ extended-testing = ["aiosqlite", "aleph-alpha-client", "anthropic", "arxiv", "as [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4.0" -content-hash = "e85b05c3340dfdc6cbe12d0b0b9a5292002730239693adeeff8ca5d8f2fce238" +content-hash = "df095fde2d52bf7dc2ebe6ddc54792cd2b0e189660a62af372480bb2cac20a3e" diff --git a/libs/community/pyproject.toml b/libs/community/pyproject.toml index 2fed8679f9..9b1aa3ef93 100644 --- a/libs/community/pyproject.toml +++ b/libs/community/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-community" -version = "0.0.35" +version = "0.0.36" 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.47" +langchain-core = "^0.1.48" SQLAlchemy = ">=1.4,<3" requests = "^2" PyYAML = ">=5.3"