@langchain/langgraph-sdk 0.0.28 → 0.0.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9,6 +9,7 @@ const p_queue_1 = __importDefault(require("p-queue"));
9
9
  const STATUS_NO_RETRY = [
10
10
  400, // Bad Request
11
11
  401, // Unauthorized
12
+ 402, // Payment required
12
13
  403, // Forbidden
13
14
  404, // Not Found
14
15
  405, // Method Not Allowed
@@ -3,6 +3,7 @@ import PQueueMod from "p-queue";
3
3
  const STATUS_NO_RETRY = [
4
4
  400, // Bad Request
5
5
  401, // Unauthorized
6
+ 402, // Payment required
6
7
  403, // Forbidden
7
8
  404, // Not Found
8
9
  405, // Method Not Allowed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@langchain/langgraph-sdk",
3
- "version": "0.0.28",
3
+ "version": "0.0.29",
4
4
  "description": "Client library for interacting with the LangGraph API",
5
5
  "type": "module",
6
6
  "packageManager": "yarn@1.22.19",