diff --git a/libs/community/poetry.lock b/libs/community/poetry.lock index e443c892f44..f26128bd604 100644 --- a/libs/community/poetry.lock +++ b/libs/community/poetry.lock @@ -3421,7 +3421,7 @@ files = [ [[package]] name = "langchain-core" -version = "0.0.13-rc.2" +version = "0.0.13" description = "Building applications with LLMs through composability" optional = false python-versions = ">=3.8.1,<4.0" @@ -8485,4 +8485,4 @@ extended-testing = ["aiosqlite", "aleph-alpha-client", "anthropic", "arxiv", "as [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4.0" -content-hash = "6ada6ee5af954616af167a895f59823cdbe01a5381d1a9bc7c9b8b56e4e951bb" +content-hash = "a77af01e299fdeb0849f20f2ae8a49030bd38993ff603f464c1c1f6a170d1d9b" diff --git a/libs/community/pyproject.toml b/libs/community/pyproject.toml index 52e44722cf1..76cbeab5fa2 100644 --- a/libs/community/pyproject.toml +++ b/libs/community/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-community" -version = "0.0.1-rc.2" +version = "0.0.1" 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 = { version = ">=0.0.13-rc.2,<0.1", allow-prereleases = true } +langchain-core = ">=0.0.13,<0.1" SQLAlchemy = ">=1.4,<3" requests = "^2" PyYAML = ">=5.3"