Compare commits

...
@@ -28,7 +28,7 @@ from langgraph._internal._constants import (
NS_SEP, NS_SEP,
) )
DEFAULT_RECURSION_LIMIT = int(getenv("LANGGRAPH_DEFAULT_RECURSION_LIMIT", "25")) DEFAULT_RECURSION_LIMIT = int(getenv("LANGGRAPH_DEFAULT_RECURSION_LIMIT", "250"))
def recast_checkpoint_ns(ns: str) -> str: def recast_checkpoint_ns(ns: str) -> str: