Update agentscope-runtime to 0.2.0 (#32)
This commit is contained in:
@@ -47,7 +47,7 @@ dependencies = [
|
||||
"opentelemetry-instrumentation-sqlalchemy==0.48b0",
|
||||
"opentelemetry-instrumentation-redis==0.48b0",
|
||||
"sentry-sdk[fastapi]===2.30.0",
|
||||
"agentscope-runtime==0.1.6",
|
||||
"agentscope-runtime==0.2.0",
|
||||
"aiosqlite>=0.21.0",
|
||||
"asyncpg>=0.30.0"
|
||||
]
|
||||
|
||||
@@ -9,7 +9,7 @@ from typing import Optional
|
||||
|
||||
from loguru import logger
|
||||
|
||||
from agentscope_runtime.sandbox.manager.container_clients.docker_client import ( # noqa: E501 # pylint: disable=C0301
|
||||
from agentscope_runtime.common.container_clients.docker_client import ( # noqa: E501 # pylint: disable=C0301
|
||||
DockerClient,
|
||||
)
|
||||
from alias.runtime.alias_sandbox import AliasSandbox
|
||||
|
||||
Reference in New Issue
Block a user