mirror of
https://github.com/microsoft/autogen.git
synced 2026-04-20 03:02:16 -04:00
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:
committed by
Jack Gerrits
parent
6019131480
commit
499b3fcbbf
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user