This commit is contained in:
Eugene Yurtsev 2024-11-22 16:37:06 -05:00
parent fd7860e508
commit 8511241b87
2 changed files with 10 additions and 10 deletions

View File

@ -5217,7 +5217,7 @@ class RunnableBindingBase(RunnableSerializable[Input, Output]):
kwargs.
"""
config: RunnableConfig = Field(default_factory=dict) # type: ignore
config: RunnableConfig = Field(default_factory=RunnableConfig) # type: ignore
"""The config to bind to the underlying Runnable."""
config_factories: list[Callable[[RunnableConfig], RunnableConfig]] = Field(

File diff suppressed because one or more lines are too long