Apply patch [skip ci]

This commit is contained in:
open-swe[bot]
2025-08-13 15:11:32 +00:00
parent ced32d6212
commit 3f377a1c8c

View File

@@ -100,6 +100,7 @@ CONFIG_KEYS = [
"recursion_limit",
"configurable",
"run_id",
"inherit_run_name",
]
COPIABLE_KEYS = [
@@ -628,3 +629,4 @@ async def run_in_executor(
return await asyncio.get_running_loop().run_in_executor(executor_or_config, wrapper)