mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-26 09:32:25 +02:00
Another 3.9 fix
This commit is contained in:
@@ -1235,7 +1235,7 @@ def node_config_to_docker(
|
||||
|
||||
|
||||
def config_to_docker(
|
||||
config_path: pathlib.Path, config: Config, base_image: str | None = None
|
||||
config_path: pathlib.Path, config: Config, base_image: Optional[str] = None
|
||||
) -> tuple[str, dict[str, str]]:
|
||||
base_image = base_image or (
|
||||
"langchain/langgraphjs-api"
|
||||
|
||||
Reference in New Issue
Block a user