fix: Make cleanup code in docker CodeExecutor asyncio aware (#669)

Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
This commit is contained in:
Jacob Alber
2024-10-01 15:36:05 -04:00
committed by Jack Gerrits
parent 6019131480
commit 499b3fcbbf
4 changed files with 139 additions and 7 deletions

View File

@@ -24,7 +24,8 @@ dependencies = [
"tiktoken",
"azure-core",
"docker~=7.0",
"opentelemetry-api~=1.27.0"
"opentelemetry-api~=1.27.0",
"asyncio_atexit"
]
[tool.uv]