mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-17 21:25:46 +02:00
Generated
+788
-743
File diff suppressed because it is too large
Load Diff
@@ -30,6 +30,7 @@ jupyter = "^1.0.0"
|
||||
langchainhub = "^0.1.14"
|
||||
langchain-openai = ">=0.1.2"
|
||||
langchain-anthropic = ">=0.1.8"
|
||||
dataclasses-json = "^0.6.7"
|
||||
|
||||
[tool.poetry.group.test]
|
||||
optional = true
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -6048,7 +6048,6 @@ def test_branch_then(snapshot: SnapshotAssertion) -> None:
|
||||
"metadata": {"thread_id": "10"},
|
||||
"callbacks": None,
|
||||
"recursion_limit": 25,
|
||||
"run_id": None,
|
||||
"configurable": {
|
||||
"thread_id": "10",
|
||||
"thread_ts": AnyStr(),
|
||||
@@ -6072,7 +6071,6 @@ def test_branch_then(snapshot: SnapshotAssertion) -> None:
|
||||
"metadata": {"thread_id": "10"},
|
||||
"callbacks": None,
|
||||
"recursion_limit": 25,
|
||||
"run_id": None,
|
||||
"configurable": {
|
||||
"thread_id": "10",
|
||||
"thread_ts": AnyStr(),
|
||||
@@ -6120,7 +6118,6 @@ def test_branch_then(snapshot: SnapshotAssertion) -> None:
|
||||
"metadata": {"thread_id": "10"},
|
||||
"callbacks": None,
|
||||
"recursion_limit": 25,
|
||||
"run_id": None,
|
||||
"configurable": {
|
||||
"thread_id": "10",
|
||||
"thread_ts": AnyStr(),
|
||||
@@ -6168,7 +6165,6 @@ def test_branch_then(snapshot: SnapshotAssertion) -> None:
|
||||
"metadata": {"thread_id": "10"},
|
||||
"callbacks": None,
|
||||
"recursion_limit": 25,
|
||||
"run_id": None,
|
||||
"configurable": {
|
||||
"thread_id": "10",
|
||||
"thread_ts": AnyStr(),
|
||||
@@ -6216,7 +6212,6 @@ def test_branch_then(snapshot: SnapshotAssertion) -> None:
|
||||
"metadata": {"thread_id": "10"},
|
||||
"callbacks": None,
|
||||
"recursion_limit": 25,
|
||||
"run_id": None,
|
||||
"configurable": {
|
||||
"thread_id": "10",
|
||||
"thread_ts": AnyStr(),
|
||||
|
||||
@@ -4428,7 +4428,6 @@ async def test_branch_then() -> None:
|
||||
"metadata": {"thread_id": "10"},
|
||||
"callbacks": None,
|
||||
"recursion_limit": 25,
|
||||
"run_id": None,
|
||||
"configurable": {"thread_id": "10", "thread_ts": AnyStr()},
|
||||
},
|
||||
"values": {"my_key": ""},
|
||||
@@ -4449,7 +4448,6 @@ async def test_branch_then() -> None:
|
||||
"metadata": {"thread_id": "10"},
|
||||
"callbacks": None,
|
||||
"recursion_limit": 25,
|
||||
"run_id": None,
|
||||
"configurable": {
|
||||
"thread_id": "10",
|
||||
"thread_ts": AnyStr(),
|
||||
@@ -4493,7 +4491,6 @@ async def test_branch_then() -> None:
|
||||
"metadata": {"thread_id": "10"},
|
||||
"callbacks": None,
|
||||
"recursion_limit": 25,
|
||||
"run_id": None,
|
||||
"configurable": {
|
||||
"thread_id": "10",
|
||||
"thread_ts": AnyStr(),
|
||||
@@ -4538,7 +4535,6 @@ async def test_branch_then() -> None:
|
||||
"metadata": {"thread_id": "10"},
|
||||
"callbacks": None,
|
||||
"recursion_limit": 25,
|
||||
"run_id": None,
|
||||
"configurable": {
|
||||
"thread_id": "10",
|
||||
"thread_ts": AnyStr(),
|
||||
@@ -4586,7 +4582,6 @@ async def test_branch_then() -> None:
|
||||
"metadata": {"thread_id": "10"},
|
||||
"callbacks": None,
|
||||
"recursion_limit": 25,
|
||||
"run_id": None,
|
||||
"configurable": {
|
||||
"thread_id": "10",
|
||||
"thread_ts": AnyStr(),
|
||||
|
||||
Reference in New Issue
Block a user