diff --git a/poetry.lock b/poetry.lock index fcd9b1bb0..54de1141d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1805,13 +1805,13 @@ tenacity = ">=8.1.0,<8.4.0 || >8.4.0,<9.0.0" [[package]] name = "langchain-core" -version = "0.2.12" +version = "0.2.13" description = "Building applications with LLMs through composability" optional = false python-versions = "<4.0,>=3.8.1" files = [ - {file = "langchain_core-0.2.12-py3-none-any.whl", hash = "sha256:319d0989ffbb53b2365ba3ed8d1ae15ccdacf338163b7514155dba90cd16729f"}, - {file = "langchain_core-0.2.12.tar.gz", hash = "sha256:a55f3ee8005c3b4a28f434d646b268acde86d88877b7ae8e077e3ad89605e7d3"}, + {file = "langchain_core-0.2.13-py3-none-any.whl", hash = "sha256:b9f52003bfda464975413751737c7e6781781398ba14d9aa6c604046d6fc0c6f"}, + {file = "langchain_core-0.2.13.tar.gz", hash = "sha256:a5d8b436639b6aa0955f6db287beb4030c46a8e85951ba3873739c4d47645ee1"}, ] [package.dependencies] @@ -4317,4 +4317,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.11.2" -content-hash = "c20bcb1ce90a3bab9b4178f570e9dc747066ecc9554fd0f23c2fa7e86cb9a90a" +content-hash = "7fb33e29d2c5ef331a1bd11606554480e947d10be55448fd1e4ed7585e131418" diff --git a/pyproject.toml b/pyproject.toml index 15aa095c0..8995b2fe9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ pydantic = "^2.7.3" pydantic_core = "^2.18.4" langchain = "^0.2.1" langchain-community = "^0.2.1" -langchain-core = "^0.2.11" +langchain-core = "^0.2.13" langchain-openai = "^0.1.14" unstructured = "^0.14.4" Markdown = "^3.6"