更新Docker Compose配置以拉取最新云端镜像,并在后端依赖中新增httpx库
Some checks failed
Deploy Noval to K3s / deploy (push) Failing after 1m17s

This commit is contained in:
2026-03-22 17:38:29 +08:00
parent 10ef04d748
commit d12902c292
2 changed files with 2 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
fastapi>=0.115.0
uvicorn[standard]>=0.34.0
sqlmodel>=0.0.22
httpx>=0.27.0