diff --git a/libs/community/poetry.lock b/libs/community/poetry.lock index de370c6dc19..700c319cdbe 100644 --- a/libs/community/poetry.lock +++ b/libs/community/poetry.lock @@ -3714,7 +3714,7 @@ files = [ [[package]] name = "langchain-core" -version = "0.1.43" +version = "0.1.45" description = "Building applications with LLMs through composability" optional = false python-versions = ">=3.8.1,<4.0" @@ -9234,4 +9234,4 @@ extended-testing = ["aiosqlite", "aleph-alpha-client", "anthropic", "arxiv", "as [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4.0" -content-hash = "dcf5f8ee68c797dc5474a0e748c125ef72031b2a9d5169d019dab02ba4e11e39" +content-hash = "c604b9bee1c9e9318178a5c356ad4f7a1c9ccc94bd329b0e909f56066cc254fc" diff --git a/libs/community/pyproject.toml b/libs/community/pyproject.toml index 665b00533b1..9bb9cddff15 100644 --- a/libs/community/pyproject.toml +++ b/libs/community/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-community" -version = "0.0.33" +version = "0.0.34" 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.43" +langchain-core = "^0.1.45" SQLAlchemy = ">=1.4,<3" requests = "^2" PyYAML = ">=5.3"