Bump langgraph from 0.4.5 to 0.4.8 (#591)

Bumps [langgraph](https://github.com/langchain-ai/langgraph) from 0.4.5 to 0.4.8.
- [Release notes](https://github.com/langchain-ai/langgraph/releases)
- [Commits](https://github.com/langchain-ai/langgraph/compare/0.4.5...0.4.8)

---
updated-dependencies:
- dependency-name: langgraph
  dependency-version: 0.4.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-06-16 13:22:49 -04:00 committed by GitHub
parent 58e213f7a2
commit d3ba967312
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

28
poetry.lock generated
View file

@ -1823,23 +1823,23 @@ tiktoken = ">=0.7,<1"
[[package]]
name = "langgraph"
version = "0.4.5"
version = "0.4.8"
description = "Building stateful, multi-actor applications with LLMs"
optional = false
python-versions = ">=3.9"
groups = ["dev"]
files = [
{file = "langgraph-0.4.5-py3-none-any.whl", hash = "sha256:73f36caae55137c2bdb2a6c59661f0ae29c1516a0d1f4ad4975ad3862865a979"},
{file = "langgraph-0.4.5.tar.gz", hash = "sha256:08a8c6577b09cda4e0c16712e762927f00930dabbc7fe235562985ad85891349"},
{file = "langgraph-0.4.8-py3-none-any.whl", hash = "sha256:273b02782669a474ba55ef4296607ac3bac9e93639d37edc0d32d8cf1a41a45b"},
{file = "langgraph-0.4.8.tar.gz", hash = "sha256:48445ac8a351b7bdc6dee94e2e6a597f8582e0516ebd9dea0fd0164ae01b915e"},
]
[package.dependencies]
langchain-core = {version = ">=0.1", markers = "python_version < \"4.0\""}
langgraph-checkpoint = ">=2.0.26,<3.0.0"
langgraph-prebuilt = {version = ">=0.1.8", markers = "python_version < \"4.0\""}
langgraph-sdk = {version = ">=0.1.42", markers = "python_version < \"4.0\""}
langchain-core = ">=0.1"
langgraph-checkpoint = ">=2.0.26"
langgraph-prebuilt = ">=0.2.0"
langgraph-sdk = ">=0.1.42"
pydantic = ">=2.7.4"
xxhash = ">=3.5.0,<4.0.0"
xxhash = ">=3.5.0"
[[package]]
name = "langgraph-checkpoint"
@ -1859,19 +1859,19 @@ ormsgpack = ">=1.8.0,<2.0.0"
[[package]]
name = "langgraph-prebuilt"
version = "0.1.8"
version = "0.2.2"
description = "Library with high-level APIs for creating and executing LangGraph agents and tools."
optional = false
python-versions = "<4.0.0,>=3.9.0"
python-versions = ">=3.9"
groups = ["dev"]
files = [
{file = "langgraph_prebuilt-0.1.8-py3-none-any.whl", hash = "sha256:ae97b828ae00be2cefec503423aa782e1bff165e9b94592e224da132f2526968"},
{file = "langgraph_prebuilt-0.1.8.tar.gz", hash = "sha256:4de7659151829b2b955b6798df6800e580e617782c15c2c5b29b139697491831"},
{file = "langgraph_prebuilt-0.2.2-py3-none-any.whl", hash = "sha256:72de5ef1d969a8f02ad7adc7cc1915bb9b4467912d57ba60da34b5a70fdad1f6"},
{file = "langgraph_prebuilt-0.2.2.tar.gz", hash = "sha256:0a5d1f651f97c848cd1c3dd0ef017614f47ee74effb7375b59ac639e41b253f9"},
]
[package.dependencies]
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.3.15 || >0.3.15,<0.3.16 || >0.3.16,<0.3.17 || >0.3.17,<0.3.18 || >0.3.18,<0.3.19 || >0.3.19,<0.3.20 || >0.3.20,<0.3.21 || >0.3.21,<0.3.22 || >0.3.22,<0.4.0"
langgraph-checkpoint = ">=2.0.10,<3.0.0"
langchain-core = ">=0.3.22"
langgraph-checkpoint = ">=2.0.10"
[[package]]
name = "langgraph-sdk"