Merge the Dict input with the output produced by the mapping argument.
assign(
cls,
**kwargs: Runnable[dict[str, Any], Any] | Callable[[dict[str, Any]], Any] | Mapping[str, Runnable[dict[str, Any], Any] | Callable[[dict[str, Any]], Any]] = {}
) -> RunnableAssign