Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions libs/langgraph/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
Expand Down Expand Up @@ -37,6 +37,7 @@
"jupyter",
"pytest-xdist[psutil]",
"pytest-repeat",
"langchain-core",
"langgraph-prebuilt",
"langgraph-checkpoint",
"langgraph-checkpoint-sqlite",
Expand All @@ -56,6 +57,7 @@
default-groups = ['dev']

[tool.uv.sources]
langchain-core = { git = "https://github.com/langchain-ai/langchain/", branch = "cc/1.0/standard_content_parse_tc", subdirectory = "libs/core"}
langgraph-prebuilt = { path = "../prebuilt", editable = true }
langgraph-checkpoint = { path = "../checkpoint", editable = true }
langgraph-checkpoint-sqlite = { path = "../checkpoint-sqlite", editable = true }
Expand Down
4 changes: 2 additions & 2 deletions libs/langgraph/tests/__snapshots__/test_large_cases.ambr

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion libs/langgraph/tests/test_pregel.py
Original file line number Diff line number Diff line change
Expand Up @@ -6597,7 +6597,7 @@ def test_tags_stream_mode_messages() -> None:
)
) == [
(
_AnyIdAIMessageChunk(content="foo"),
_AnyIdAIMessageChunk(content="foo", chunk_position="last"),
{
"langgraph_step": 1,
"langgraph_node": "call_model",
Expand Down
2 changes: 1 addition & 1 deletion libs/langgraph/tests/test_pregel_async.py
Original file line number Diff line number Diff line change
Expand Up @@ -7547,7 +7547,7 @@ async def call_model(state, config):
)
] == [
(
_AnyIdAIMessageChunk(content="foo"),
_AnyIdAIMessageChunk(content="foo", chunk_position="last"),
{
"langgraph_step": 1,
"langgraph_node": "call_model",
Expand Down
13 changes: 6 additions & 7 deletions libs/langgraph/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions libs/prebuilt/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ dev = [
"pytest-mock",
"pytest-watcher",
"mypy",
"langchain-core",
"langgraph",
"langgraph-checkpoint",
"langgraph-checkpoint-sqlite",
Expand All @@ -39,6 +40,7 @@ dev = [
default-groups = ['dev']

[tool.uv.sources]
langchain-core = { git = "https://github.com/langchain-ai/langchain/", branch = "cc/1.0/standard_content_parse_tc", subdirectory = "libs/core"}
langgraph = { path = "../langgraph", editable = true }
langgraph-checkpoint = { path = "../checkpoint", editable = true }
langgraph-checkpoint-sqlite = { path = "../checkpoint-sqlite", editable = true }
Expand Down
15 changes: 7 additions & 8 deletions libs/prebuilt/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.