adding backwards compat utils imports to make my life easier

This commit is contained in:
Sydney Runkle
2025-07-25 15:35:48 -04:00
parent 7d3f0089aa
commit 264bae5a7e
3 changed files with 7 additions and 0 deletions
@@ -0,0 +1 @@
"""Legacy utilities module to be removed at the latest in v2.0.0."""
+3
View File
@@ -0,0 +1,3 @@
"""Backwards compat imports for config utilities, to be removed in v1."""
from langgraph.config import get_config, get_store # noqa: F401
@@ -0,0 +1,3 @@
"""Backwards compat imports for runnable utilities."""
from langgraph._internal._runnable import RunnableCallable, RunnableLike # noqa: F401