langgraph-api 0.2.35__py3-none-any.whl → 0.2.37__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 +1 -1
- langgraph_api/store.py +4 -2
- {langgraph_api-0.2.35.dist-info → langgraph_api-0.2.37.dist-info}/METADATA +1 -1
- {langgraph_api-0.2.35.dist-info → langgraph_api-0.2.37.dist-info}/RECORD +7 -7
- {langgraph_api-0.2.35.dist-info → langgraph_api-0.2.37.dist-info}/WHEEL +0 -0
- {langgraph_api-0.2.35.dist-info → langgraph_api-0.2.37.dist-info}/entry_points.txt +0 -0
- {langgraph_api-0.2.35.dist-info → langgraph_api-0.2.37.dist-info}/licenses/LICENSE +0 -0
langgraph_api/__init__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "0.2.
|
|
1
|
+
__version__ = "0.2.37"
|
langgraph_api/store.py
CHANGED
|
@@ -9,7 +9,7 @@ from typing import Any
|
|
|
9
9
|
|
|
10
10
|
import structlog
|
|
11
11
|
from langchain_core.runnables.config import run_in_executor
|
|
12
|
-
from langgraph.graph import
|
|
12
|
+
from langgraph.graph import StateGraph
|
|
13
13
|
from langgraph.pregel import Pregel
|
|
14
14
|
from langgraph.store.base import BaseStore
|
|
15
15
|
|
|
@@ -108,7 +108,9 @@ def _load_store(store_path: str) -> Any:
|
|
|
108
108
|
suggestion = ""
|
|
109
109
|
if available:
|
|
110
110
|
likely = [
|
|
111
|
-
k
|
|
111
|
+
k
|
|
112
|
+
for k in available
|
|
113
|
+
if isinstance(module.__dict__[k], StateGraph | Pregel)
|
|
112
114
|
]
|
|
113
115
|
if likely:
|
|
114
116
|
likely_ = "\n".join(
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
langgraph_api/__init__.py,sha256=
|
|
1
|
+
langgraph_api/__init__.py,sha256=5cBA1BOigyaIjTZkiKDnt-MqIStCt3LXAj1D5m_PUbg,23
|
|
2
2
|
langgraph_api/asgi_transport.py,sha256=eqifhHxNnxvI7jJqrY1_8RjL4Fp9NdN4prEub2FWBt8,5091
|
|
3
3
|
langgraph_api/asyncio.py,sha256=nelZwKL7iOjM5GHj1rVjiPE7igUIKLNKtc-3urxmlfo,9250
|
|
4
4
|
langgraph_api/cli.py,sha256=9Ou3tGDDY_VVLt5DFle8UviJdpI4ZigC5hElYvq2-To,14519
|
|
@@ -18,7 +18,7 @@ langgraph_api/serde.py,sha256=8fQXg7T7RVUqj_jgOoSOJrWVpQDW0qJKjAjSsEhPHo4,4803
|
|
|
18
18
|
langgraph_api/server.py,sha256=Z_VL-kIphybTRDWBIqHMfRhgCmAFyTRqAGlgnHQF0Zg,6973
|
|
19
19
|
langgraph_api/sse.py,sha256=F7swfjKBDrlUmXZ_dWuDVHtp-3o1Cpjq1lwp0bJD-nw,4223
|
|
20
20
|
langgraph_api/state.py,sha256=8jx4IoTCOjTJuwzuXJKKFwo1VseHjNnw_CCq4x1SW14,2284
|
|
21
|
-
langgraph_api/store.py,sha256=
|
|
21
|
+
langgraph_api/store.py,sha256=_xGhdwEIMoY1_hIy_oWwxZp4Y7FH833BNJfgFIhT80E,4640
|
|
22
22
|
langgraph_api/stream.py,sha256=T1tkUZFr5KlgqvE-QHEh-m80mWAgp2MUT9gFD7HLen0,12670
|
|
23
23
|
langgraph_api/thread_ttl.py,sha256=-Ox8NFHqUH3wGNdEKMIfAXUubY5WGifIgCaJ7npqLgw,1762
|
|
24
24
|
langgraph_api/utils.py,sha256=92mSti9GfGdMRRWyESKQW5yV-75Z9icGHnIrBYvdypU,3619
|
|
@@ -78,8 +78,8 @@ langgraph_runtime/__init__.py,sha256=O4GgSmu33c-Pr8Xzxj_brcK5vkm70iNTcyxEjICFZxA
|
|
|
78
78
|
LICENSE,sha256=ZPwVR73Biwm3sK6vR54djCrhaRiM4cAD2zvOQZV8Xis,3859
|
|
79
79
|
logging.json,sha256=3RNjSADZmDq38eHePMm1CbP6qZ71AmpBtLwCmKU9Zgo,379
|
|
80
80
|
openapi.json,sha256=_4GFDqbq1X9vD4_FxwahuVODJMOHx-U76gkY4rdy3DA,138189
|
|
81
|
-
langgraph_api-0.2.
|
|
82
|
-
langgraph_api-0.2.
|
|
83
|
-
langgraph_api-0.2.
|
|
84
|
-
langgraph_api-0.2.
|
|
85
|
-
langgraph_api-0.2.
|
|
81
|
+
langgraph_api-0.2.37.dist-info/METADATA,sha256=aSa5ehg3KCh1xgMaxf5JJgQYBoHjhobhWQsbxQpZs2s,3892
|
|
82
|
+
langgraph_api-0.2.37.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
83
|
+
langgraph_api-0.2.37.dist-info/entry_points.txt,sha256=hGedv8n7cgi41PypMfinwS_HfCwA7xJIfS0jAp8htV8,78
|
|
84
|
+
langgraph_api-0.2.37.dist-info/licenses/LICENSE,sha256=ZPwVR73Biwm3sK6vR54djCrhaRiM4cAD2zvOQZV8Xis,3859
|
|
85
|
+
langgraph_api-0.2.37.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|