From 8f94c765da0b5476401dfa937d1b8f8dc68deb9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 01:22:02 +0000 Subject: [PATCH] Bump langgraph from 0.2.39 to 0.2.45 Bumps [langgraph](https://github.com/langchain-ai/langgraph) from 0.2.39 to 0.2.45. - [Release notes](https://github.com/langchain-ai/langgraph/releases) - [Commits](https://github.com/langchain-ai/langgraph/compare/0.2.39...0.2.45) --- updated-dependencies: - dependency-name: langgraph dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 16 ++++++++-------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index 34d754e..1b13d9f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -881,13 +881,13 @@ tenacity = ">=8.1.0,<8.4.0 || >8.4.0,<10" [[package]] name = "langchain-core" -version = "0.3.12" +version = "0.3.15" description = "Building applications with LLMs through composability" optional = false python-versions = "<4.0,>=3.9" files = [ - {file = "langchain_core-0.3.12-py3-none-any.whl", hash = "sha256:46050d34f5fa36dc57dca971c6a26f505643dd05ee0492c7ac286d0a78a82037"}, - {file = "langchain_core-0.3.12.tar.gz", hash = "sha256:98a3c078e375786aa84939bfd1111263af2f3bc402bbe2cac9fa18a387459cf2"}, + {file = "langchain_core-0.3.15-py3-none-any.whl", hash = "sha256:3d4ca6dbb8ed396a6ee061063832a2451b0ce8c345570f7b086ffa7288e4fa29"}, + {file = "langchain_core-0.3.15.tar.gz", hash = "sha256:b1a29787a4ffb7ec2103b4e97d435287201da7809b369740dd1e32f176325aba"}, ] [package.dependencies] @@ -934,17 +934,17 @@ langchain-core = ">=0.3.0,<0.4.0" [[package]] name = "langgraph" -version = "0.2.39" +version = "0.2.45" description = "Building stateful, multi-actor applications with LLMs" optional = false python-versions = "<4.0,>=3.9.0" files = [ - {file = "langgraph-0.2.39-py3-none-any.whl", hash = "sha256:5dfbdeefbf599f16d245799609f2b43c1ec7a7e8ed6e1d7981b1a7979a4ad7fe"}, - {file = "langgraph-0.2.39.tar.gz", hash = "sha256:32af60291f9260c3acb8a3d4bec99e32abd89ddb6b4a10a79aa3dbc90fa920ac"}, + {file = "langgraph-0.2.45-py3-none-any.whl", hash = "sha256:adfa9545c6c27180e995b654cb5817212c134a98407c7f34253a5fae58893f28"}, + {file = "langgraph-0.2.45.tar.gz", hash = "sha256:939035e830506c5b662c9e61d95dbd1a5ef9d1fd35310dba68cebb33de2e7cdb"}, ] [package.dependencies] -langchain-core = ">=0.2.39,<0.4" +langchain-core = ">=0.2.43,<0.3.0 || >0.3.0,<0.3.1 || >0.3.1,<0.3.2 || >0.3.2,<0.3.3 || >0.3.3,<0.3.4 || >0.3.4,<0.3.5 || >0.3.5,<0.3.6 || >0.3.6,<0.3.7 || >0.3.7,<0.3.8 || >0.3.8,<0.3.9 || >0.3.9,<0.3.10 || >0.3.10,<0.3.11 || >0.3.11,<0.3.12 || >0.3.12,<0.3.13 || >0.3.13,<0.3.14 || >0.3.14,<0.4.0" langgraph-checkpoint = ">=2.0.0,<3.0.0" langgraph-sdk = ">=0.1.32,<0.2.0" @@ -2465,4 +2465,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "828126d19f8240cea7b2d9f74cc1e544634bf9e0da73a9b634c71ac962177dac" +content-hash = "928cded82d5384a2c7c70c2a5675d7d2d0308b17daa4932eef0f20e592cf12ef" diff --git a/pyproject.toml b/pyproject.toml index 2831593..5fd6237 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ azure-cosmos = "^4.7.0" [tool.poetry.group.dev.dependencies] langsmith = "^0.1.137" -langgraph = "^0.2.39" +langgraph = "^0.2.45" pypdf = "^5.1.0" beautifulsoup4 = "^4.12.3" lxml = "^5.3.0"