diff --git a/libs/community/poetry.lock b/libs/community/poetry.lock index 5352284bc19..4ed6a62e042 100644 --- a/libs/community/poetry.lock +++ b/libs/community/poetry.lock @@ -3725,7 +3725,7 @@ files = [ [[package]] name = "langchain-core" -version = "0.1.35" +version = "0.1.37" description = "Building applications with LLMs through composability" optional = false python-versions = ">=3.8.1,<4.0" @@ -9268,4 +9268,4 @@ extended-testing = ["aiosqlite", "aleph-alpha-client", "anthropic", "arxiv", "as [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4.0" -content-hash = "310c6e7bd72b09bf42f3fd3565c33072c11438d23cb160cb4666e44bce41a068" +content-hash = "45da04abac45743972d1edf62d08d9abaa2bebb473b794e0a0d6f1fdc87773f9" diff --git a/libs/community/pyproject.toml b/libs/community/pyproject.toml index 5eba9595200..75af4018472 100644 --- a/libs/community/pyproject.toml +++ b/libs/community/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-community" -version = "0.0.29" +version = "0.0.30" 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.33" +langchain-core = "^0.1.37" SQLAlchemy = ">=1.4,<3" requests = "^2" PyYAML = ">=5.3"