pydantic-graph 1.20.0__py3-none-any.whl → 1.23.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/beta/graph.py +3 -3
- {pydantic_graph-1.20.0.dist-info → pydantic_graph-1.23.0.dist-info}/METADATA +1 -1
- {pydantic_graph-1.20.0.dist-info → pydantic_graph-1.23.0.dist-info}/RECORD +5 -5
- {pydantic_graph-1.20.0.dist-info → pydantic_graph-1.23.0.dist-info}/WHEEL +0 -0
- {pydantic_graph-1.20.0.dist-info → pydantic_graph-1.23.0.dist-info}/licenses/LICENSE +0 -0
pydantic_graph/beta/graph.py
CHANGED
|
@@ -43,9 +43,9 @@ from pydantic_graph.beta.util import unpack_type_expression
|
|
|
43
43
|
from pydantic_graph.nodes import BaseNode, End
|
|
44
44
|
|
|
45
45
|
if sys.version_info < (3, 11):
|
|
46
|
-
from exceptiongroup import
|
|
46
|
+
from exceptiongroup import BaseExceptionGroup as BaseExceptionGroup # pragma: lax no cover
|
|
47
47
|
else:
|
|
48
|
-
|
|
48
|
+
BaseExceptionGroup = BaseExceptionGroup # pragma: lax no cover
|
|
49
49
|
|
|
50
50
|
if TYPE_CHECKING:
|
|
51
51
|
from pydantic_graph.beta.mermaid import StateDiagramDirection
|
|
@@ -970,7 +970,7 @@ def _unwrap_exception_groups():
|
|
|
970
970
|
else:
|
|
971
971
|
try:
|
|
972
972
|
yield
|
|
973
|
-
except
|
|
973
|
+
except BaseExceptionGroup as e:
|
|
974
974
|
exception = e.exceptions[0]
|
|
975
975
|
if exception.__cause__ is None:
|
|
976
976
|
# bizarrely, this prevents recursion errors when formatting the exception for logfire
|
|
@@ -7,7 +7,7 @@ pydantic_graph/nodes.py,sha256=CkY3lrC6jqZtzwhSRjFzmM69TdFFFrr58XSDU4THKHA,7450
|
|
|
7
7
|
pydantic_graph/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
8
8
|
pydantic_graph/beta/__init__.py,sha256=VVmbEFaCSXYHwXqS4pANg4B3cn_c86tT62tW_EXcuyw,751
|
|
9
9
|
pydantic_graph/beta/decision.py,sha256=x-Ta549b-j5hyBPUWFdwRQDRaJqnBHF1pfBP9L8I3vI,11239
|
|
10
|
-
pydantic_graph/beta/graph.py,sha256=
|
|
10
|
+
pydantic_graph/beta/graph.py,sha256=hFdHXW5PfUVhwhTLkKb4AO1-H9rTVivZehWl-PcKpVc,42810
|
|
11
11
|
pydantic_graph/beta/graph_builder.py,sha256=dCw4LePreagujGNtTdCVZfRVWkCs35MpoPEtAncLo5U,43326
|
|
12
12
|
pydantic_graph/beta/id_types.py,sha256=FZ3rYSubF6g_Ocv0faL3yJsy1lNN9AGZl9f_izvORUg,2814
|
|
13
13
|
pydantic_graph/beta/join.py,sha256=rzCumDX_YgaU_a5bisfbjbbOuI3IwSZsCZs9TC0T9E4,8002
|
|
@@ -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.23.0.dist-info/METADATA,sha256=sli4hROq28Jy4JsLTPj9nBqy182Svj2_yN3xDWK__-8,3895
|
|
26
|
+
pydantic_graph-1.23.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
27
|
+
pydantic_graph-1.23.0.dist-info/licenses/LICENSE,sha256=vA6Jc482lEyBBuGUfD1pYx-cM7jxvLYOxPidZ30t_PQ,1100
|
|
28
|
+
pydantic_graph-1.23.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|