diff --git a/libs/community/poetry.lock b/libs/community/poetry.lock index 41b38013664..cb2479d1f99 100644 --- a/libs/community/poetry.lock +++ b/libs/community/poetry.lock @@ -9181,4 +9181,4 @@ extended-testing = ["aiosqlite", "aleph-alpha-client", "anthropic", "arxiv", "as [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4.0" -content-hash = "d110eaaa4ecba8f6ed7faa2577b058c1f7c74171a6dbc53bc880f3c8598fc34b" +content-hash = "04a08fbbbd06562cc5e86a43ec58c98c204bb40fb7ba8983064c33120675e232" diff --git a/libs/community/pyproject.toml b/libs/community/pyproject.toml index b1ed9e7aeaa..dc0097afd26 100644 --- a/libs/community/pyproject.toml +++ b/libs/community/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-community" -version = "0.0.25" +version = "0.0.26" 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.28" +langchain-core = "^0.1.29" SQLAlchemy = ">=1.4,<3" requests = "^2" PyYAML = ">=5.3"