Skip to content

Commit c21f4bd

Browse files
dokterbobclaude
andauthored
Upgrade @langchain/langgraph-sdk to 1.6.5 and @langchain/core to 1.1.31 (#230)
* Upgrade @langchain/langgraph-sdk from 0.1.9 to 1.6.5 Bumps the SDK to the latest stable release. Adds the required `state_updated_at` field to the `emptyThread` test fixture to satisfy the updated `Thread` type definition. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * Upgrade @langchain/core from 0.3.78 to 1.1.31 Resolves the peer dependency warning introduced when upgrading @langchain/langgraph-sdk to 1.6.5, which requires @langchain/core ^1.1.16. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent cd93971 commit c21f4bd

File tree

3 files changed

+72
-56
lines changed

3 files changed

+72
-56
lines changed

apps/frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"@eslint/js": "^9.18.0",
2424
"@inlang/paraglide-js": "^2.2.0",
2525
"@internationalized/date": "^3.10.0",
26-
"@langchain/core": "^0.3.78",
27-
"@langchain/langgraph-sdk": "^0.1.9",
26+
"@langchain/core": "^1.1.31",
27+
"@langchain/langgraph-sdk": "^1.6.5",
2828
"@lucide/svelte": "^0.562.0",
2929
"@playwright/test": "^1.49.1",
3030
"@sveltejs/adapter-node": "^5.2.12",

apps/frontend/src/lib/components/Chat.svelte.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ const emptyThread: Thread<ThreadValues> = {
3030
thread_id: 'test-123',
3131
created_at: '2024-01-01',
3232
updated_at: '2024-01-01',
33+
state_updated_at: '2024-01-01',
3334
metadata: {},
3435
status: 'idle',
3536
values: { messages: [] },

pnpm-lock.yaml

Lines changed: 69 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)