已合并
fix hardcode issue in dockerfile #359
陈卉创建于 7月3日
fix hardcode issue in dockerfile #359
已合并
共 1 个文件变更+1-1
| @@ -24,7 +24,7 @@ dependencies = [ | |||
| 24 | "redis==7.1.0", | 24 | "redis==7.1.0", |
| 25 | # lint | 25 | # lint |
| 26 | "ruff==0.9.10", | 26 | "ruff==0.9.10", |
| 27 | - "openjiuwen_runtime_foundation @ git+https://gitcode.com/openJiuwen/agent-runtime.git@develop#subdirectory=foundation", | 27 | + "openjiuwen-runtime-foundation==0.1.0", |
| 28 | "fastapi>=0.110.0", | 28 | "fastapi>=0.110.0", |
| 29 | "httpx>=0.27.0", | 29 | "httpx>=0.27.0", |
| 30 | "uvicorn[standard]>=0.29.0", | 30 | "uvicorn[standard]>=0.29.0", |