Another 3.9 fix

This commit is contained in:
Tat Dat Duong
2025-04-11 00:09:34 +02:00
parent b3487cbc49
commit d9856d92af
+1 -1
View File
@@ -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"