python312Packages.langgraph-prebuilt: 0.1.8 -> 0.6.1

https://github.com/langchain-ai/langgraph/releases/tag/prebuilt%3D%3D0.6.1
This commit is contained in:
Sarah Clark
2025-07-30 10:34:50 -07:00
parent f1b93c793c
commit 59aeb89a6d
@@ -5,7 +5,7 @@
fetchFromGitHub,
# build-system
poetry-core,
hatchling,
# dependencies
langchain-core,
@@ -21,6 +21,7 @@
pytest-asyncio,
pytest-mock,
pytestCheckHook,
syrupy,
xxhash,
# passthru
@@ -30,19 +31,19 @@
# It exists so the langgraph team can iterate on it without having to rebuild langgraph.
buildPythonPackage rec {
pname = "langgraph-prebuilt";
version = "0.1.8";
version = "0.6.1";
pyproject = true;
src = fetchFromGitHub {
owner = "langchain-ai";
repo = "langgraph";
tag = "prebuilt==${version}";
hash = "sha256-mYcj7HRbB5H6G0CVLOICKgdtR5Wlv9WeTIBjQJqlhOE=";
hash = "sha256-8mubZSV1CDgYzykKaaWqn04yJldAgdGmgZDm54towWc=";
};
sourceRoot = "${src.name}/libs/prebuilt";
build-system = [ poetry-core ];
build-system = [ hatchling ];
dependencies = [
langchain-core
@@ -66,6 +67,7 @@ buildPythonPackage rec {
pytest-asyncio
pytest-mock
pytestCheckHook
syrupy
xxhash
];
@@ -82,6 +84,9 @@ buildPythonPackage rec {
# psycopg.OperationalError: connection failed: connection to server at "127.0.0.1", port 5442 failed: Connection refused
# Is the server running on that host and accepting TCP/IP connections?
"tests/test_react_agent.py"
# Utilities to import
"tests/conftest.py"
];
passthru.updateScript = gitUpdater {