diff --git a/libs/langchain/poetry.lock b/libs/langchain/poetry.lock index a0f7c8424be74..7f3e6c5c49383 100644 --- a/libs/langchain/poetry.lock +++ b/libs/langchain/poetry.lock @@ -4128,13 +4128,13 @@ tests = ["pandas (>=1.4)", "pytest", "pytest-asyncio", "pytest-mock"] [[package]] name = "langchain-core" -version = "0.0.4" +version = "0.0.5" description = "Building applications with LLMs through composability" optional = false python-versions = ">=3.8.1,<4.0" files = [ - {file = "langchain_core-0.0.4-py3-none-any.whl", hash = "sha256:f4c6812db462a298a5c2a59d5c041565e68ab5ed9e8790008fbb85cdc54e8667"}, - {file = "langchain_core-0.0.4.tar.gz", hash = "sha256:8e50cc7cc76d577c1da41ea290e22ea893ccc4cd0e4486c9df4f0c01d434bb0e"}, + {file = "langchain_core-0.0.5-py3-none-any.whl", hash = "sha256:cac2c0c622062136ca365ca15b1ce02f449403574788c2424c141b38c30088df"}, + {file = "langchain_core-0.0.5.tar.gz", hash = "sha256:3831fe5692a639a03676568c289f0fb5ae8d77fd7adf3e8ed8397a8e4a335932"}, ] [package.dependencies] @@ -11085,4 +11085,4 @@ text-helpers = ["chardet"] [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4.0" -content-hash = "56fad2f9566f5553affb797fc78041f15f2d4b95f35e69f79f8a7c0a3db384d4" +content-hash = "2e6a3d2370b12302f338bee317b467bff45e8a92954530cbaac164f01635076a" diff --git a/libs/langchain/pyproject.toml b/libs/langchain/pyproject.toml index 53b8977a80c08..aed189232e78b 100644 --- a/libs/langchain/pyproject.toml +++ b/libs/langchain/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.339rc1" +version = "0.0.339rc2" description = "Building applications with LLMs through composability" authors = [] license = "MIT" @@ -12,7 +12,7 @@ langchain-server = "langchain.server:main" [tool.poetry.dependencies] python = ">=3.8.1,<4.0" -langchain-core = "^0.0.4" +langchain-core = "^0.0.5" pydantic = ">=1,<3" SQLAlchemy = ">=1.4,<3" requests = "^2"