Skip to content

Commit adfca0c

Browse files
chore(deps): update dependency langchain-community to v0.3.31 (#345)
* chore(deps): update dependency langchain-community to v0.3.31 * fix tests * lint --------- Co-authored-by: Twisha Bansal <twishabansal@google.com>
1 parent a1dbd58 commit adfca0c

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
langchain-community==0.3.30
1+
langchain-community==0.3.31
22
langchain-google-cloud-sql-pg==0.14.1
33
langchain-google-vertexai==2.1.2

tests/test_async_checkpoint.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
"__start__": {"__start__": 1},
7979
"node": {"start:node": 2},
8080
},
81+
"updated_channels": [],
8182
}
8283

8384

@@ -212,6 +213,7 @@ def test_data() -> dict[str, Any]:
212213
"__start__": {"__start__": 1},
213214
"node": {"start:node": 2},
214215
},
216+
"updated_channels": [],
215217
}
216218
chkpnt_1: Checkpoint = empty_checkpoint()
217219
chkpnt_2: Checkpoint = create_checkpoint(chkpnt_1, {}, 1)

tests/test_checkpoint.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
"__start__": {"__start__": 1},
6060
"node": {"start:node": 2},
6161
},
62+
"updated_channels": [],
6263
}
6364

6465

@@ -235,6 +236,7 @@ def test_data() -> dict[str, Any]:
235236
"__start__": {"__start__": 1},
236237
"node": {"start:node": 2},
237238
},
239+
"updated_channels": [],
238240
}
239241
chkpnt_1: Checkpoint = empty_checkpoint()
240242
chkpnt_2: Checkpoint = create_checkpoint(chkpnt_1, {}, 1)

0 commit comments

Comments
 (0)