pydantic-graph 1.32.0__py3-none-any.whl → 1.33.0__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.
- pydantic_graph/graph.py +1 -1
- {pydantic_graph-1.32.0.dist-info → pydantic_graph-1.33.0.dist-info}/METADATA +1 -1
- {pydantic_graph-1.32.0.dist-info → pydantic_graph-1.33.0.dist-info}/RECORD +5 -5
- {pydantic_graph-1.32.0.dist-info → pydantic_graph-1.33.0.dist-info}/WHEEL +0 -0
- {pydantic_graph-1.32.0.dist-info → pydantic_graph-1.33.0.dist-info}/licenses/LICENSE +0 -0
pydantic_graph/graph.py
CHANGED
|
@@ -167,7 +167,7 @@ class Graph(Generic[StateT, DepsT, RunEndT]):
|
|
|
167
167
|
) -> GraphRunResult[StateT, RunEndT]:
|
|
168
168
|
"""Synchronously run the graph.
|
|
169
169
|
|
|
170
|
-
This is a convenience method that wraps [`self.run`][pydantic_graph.Graph.run] with `loop.run_until_complete(...)`.
|
|
170
|
+
This is a convenience method that wraps [`self.run`][pydantic_graph.graph.Graph.run] with `loop.run_until_complete(...)`.
|
|
171
171
|
You therefore can't use this method inside async code or if there's an active event loop.
|
|
172
172
|
|
|
173
173
|
Args:
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
pydantic_graph/__init__.py,sha256=qkrSmWLpnNhD7mLBWV70iS46vy2vFiU2zUModG31wPQ,593
|
|
2
2
|
pydantic_graph/_utils.py,sha256=f0B1VIRxfAslj5UIfBVRzXhIJkDXyF8P3B9V22Q7o7U,6782
|
|
3
3
|
pydantic_graph/exceptions.py,sha256=aeaBf2H18dV7YCNZKZmiXiI6Fyys2qQdunZwd7TSCPk,1648
|
|
4
|
-
pydantic_graph/graph.py,sha256=
|
|
4
|
+
pydantic_graph/graph.py,sha256=i1m0klQG7iR5mDo3XlgA0BhLCskDVYIbwVXHU1zCNHI,33948
|
|
5
5
|
pydantic_graph/mermaid.py,sha256=u8xM8eEAOWV0TkqEAPJJ9jL2XEZnJ_H7yNGhulg7SL4,10045
|
|
6
6
|
pydantic_graph/nodes.py,sha256=CkY3lrC6jqZtzwhSRjFzmM69TdFFFrr58XSDU4THKHA,7450
|
|
7
7
|
pydantic_graph/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -22,7 +22,7 @@ pydantic_graph/persistence/__init__.py,sha256=NLBGvUWhem23EdMHHxtX0XgTS2vyixmuWt
|
|
|
22
22
|
pydantic_graph/persistence/_utils.py,sha256=6ySxCc1lFz7bbLUwDLkoZWNqi8VNLBVU4xxJbKI23fQ,2264
|
|
23
23
|
pydantic_graph/persistence/file.py,sha256=XZy295cGc86HfUl_KuB-e7cECZW3bubiEdyJMVQ1OD0,6906
|
|
24
24
|
pydantic_graph/persistence/in_mem.py,sha256=MmahaVpdzmDB30Dm3ZfSCZBqgmx6vH4HXdBaWwVF0K0,6799
|
|
25
|
-
pydantic_graph-1.
|
|
26
|
-
pydantic_graph-1.
|
|
27
|
-
pydantic_graph-1.
|
|
28
|
-
pydantic_graph-1.
|
|
25
|
+
pydantic_graph-1.33.0.dist-info/METADATA,sha256=qW16RAslCDhYY3uEmfEMXNsy19PFlU2ChNB7lnm-z28,3895
|
|
26
|
+
pydantic_graph-1.33.0.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
27
|
+
pydantic_graph-1.33.0.dist-info/licenses/LICENSE,sha256=vA6Jc482lEyBBuGUfD1pYx-cM7jxvLYOxPidZ30t_PQ,1100
|
|
28
|
+
pydantic_graph-1.33.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|