langgraph-api 0.2.76__py3-none-any.whl → 0.2.77__py3-none-any.whl

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.

Potentially problematic release.


This version of langgraph-api might be problematic. Click here for more details.

langgraph_api/__init__.py CHANGED
@@ -1 +1 @@
1
- __version__ = "0.2.76"
1
+ __version__ = "0.2.77"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: langgraph-api
3
- Version: 0.2.76
3
+ Version: 0.2.77
4
4
  Author-email: Nuno Campos <nuno@langchain.dev>, Will Fu-Hinthorn <will@langchain.dev>
5
5
  License: Elastic-2.0
6
6
  License-File: LICENSE
@@ -1,4 +1,4 @@
1
- langgraph_api/__init__.py,sha256=D-0E715n3kU7mgpOzCT8-QQRHOB8FhZAjTtTtMPsAdY,23
1
+ langgraph_api/__init__.py,sha256=GldLcgPtW2FqVnPXKj1Lbnv3suG4ZAxUp5kLMHOMbAU,23
2
2
  langgraph_api/asgi_transport.py,sha256=eqifhHxNnxvI7jJqrY1_8RjL4Fp9NdN4prEub2FWBt8,5091
3
3
  langgraph_api/asyncio.py,sha256=qrYEqPRrqtGq7E7KjcMC-ALyN79HkRnmp9rM2TAw9L8,9404
4
4
  langgraph_api/cli.py,sha256=13mKb-WT7fGx_yqcbWITPB9ICEHCrPzIP1ddZ5RbXbY,16015
@@ -88,9 +88,9 @@ langgraph_runtime/retry.py,sha256=V0duD01fO7GUQ_btQkp1aoXcEOFhXooGVP6q4yMfuyY,11
88
88
  langgraph_runtime/store.py,sha256=7mowndlsIroGHv3NpTSOZDJR0lCuaYMBoTnTrewjslw,114
89
89
  LICENSE,sha256=ZPwVR73Biwm3sK6vR54djCrhaRiM4cAD2zvOQZV8Xis,3859
90
90
  logging.json,sha256=3RNjSADZmDq38eHePMm1CbP6qZ71AmpBtLwCmKU9Zgo,379
91
- openapi.json,sha256=yBJK3VIFR6uVNoWBNzbZ5Qc3PvROQQm-xTXWz8sdSCs,142590
92
- langgraph_api-0.2.76.dist-info/METADATA,sha256=XVhj4FJJdBCS-Wyt7n_n2hj1iRLSVoEA9L67ICMg2po,3891
93
- langgraph_api-0.2.76.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
94
- langgraph_api-0.2.76.dist-info/entry_points.txt,sha256=hGedv8n7cgi41PypMfinwS_HfCwA7xJIfS0jAp8htV8,78
95
- langgraph_api-0.2.76.dist-info/licenses/LICENSE,sha256=ZPwVR73Biwm3sK6vR54djCrhaRiM4cAD2zvOQZV8Xis,3859
96
- langgraph_api-0.2.76.dist-info/RECORD,,
91
+ openapi.json,sha256=p5tn_cNRiFA0HN3L6JfC9Nm16Hgv-BxvAQcJymKhVWI,143296
92
+ langgraph_api-0.2.77.dist-info/METADATA,sha256=znzuQpxmxMVNsjKSBGw6RJStwynaDMPvE2q1VlGupGU,3891
93
+ langgraph_api-0.2.77.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
94
+ langgraph_api-0.2.77.dist-info/entry_points.txt,sha256=hGedv8n7cgi41PypMfinwS_HfCwA7xJIfS0jAp8htV8,78
95
+ langgraph_api-0.2.77.dist-info/licenses/LICENSE,sha256=ZPwVR73Biwm3sK6vR54djCrhaRiM4cAD2zvOQZV8Xis,3859
96
+ langgraph_api-0.2.77.dist-info/RECORD,,
openapi.json CHANGED
@@ -2066,6 +2066,27 @@
2066
2066
  },
2067
2067
  "name": "Last-Event-ID",
2068
2068
  "in": "header"
2069
+ },
2070
+ {
2071
+ "required": false,
2072
+ "schema": {
2073
+ "type": "string",
2074
+ "title": "Stream Mode",
2075
+ "description": "The mode to stream the run in. If not provided, the default mode will be used."
2076
+ },
2077
+ "name": "stream_mode",
2078
+ "in": "query"
2079
+ },
2080
+ {
2081
+ "required": false,
2082
+ "schema": {
2083
+ "type": "boolean",
2084
+ "title": "Cancel On Disconnect",
2085
+ "description": "If true, the run will be cancelled if the client disconnects.",
2086
+ "default": false
2087
+ },
2088
+ "name": "cancel_on_disconnect",
2089
+ "in": "query"
2069
2090
  }
2070
2091
  ],
2071
2092
  "responses": {