fix: pathlib 313

This commit is contained in:
Caspar Broekhuizen
2026-01-13 05:11:18 -08:00
committed by William Fu-Hinthorn
parent 9a7d174380
commit 6c16d7ab4b
@@ -64,6 +64,10 @@ SAFE_MSGPACK_TYPES: frozenset[tuple[str, ...]] = frozenset(
("pathlib", "Path"),
("pathlib", "PosixPath"),
("pathlib", "WindowsPath"),
# pathlib in Python 3.13+
("pathlib._local", "Path"),
("pathlib._local", "PosixPath"),
("pathlib._local", "WindowsPath"),
# langgraph
("langgraph.types", "Send"),
("langgraph.types", "Interrupt"),