diff --git a/libs/core/langchain_core/runnables/base.py b/libs/core/langchain_core/runnables/base.py index 4ad7c04a739..9942174103c 100644 --- a/libs/core/langchain_core/runnables/base.py +++ b/libs/core/langchain_core/runnables/base.py @@ -4457,7 +4457,7 @@ class RunnableLambda(Runnable[Input, Output]): module_name=module, ) - @property + @functools.cached_property def deps(self) -> list[Runnable]: """The dependencies of this Runnable.