fix: lock against public PyPI so the image builds outside the workstation #1

Merged
jpnadas merged 1 commits from fix/buildable-image into main 2026-06-09 13:42:15 +00:00
2 changed files with 418 additions and 410 deletions
Showing only changes of commit cc92d0ce49 - Show all commits

View File

@@ -8,3 +8,11 @@ dependencies = [
"uvicorn[standard]>=0.32", "uvicorn[standard]>=0.32",
"httpx>=0.27", "httpx>=0.27",
] ]
# Pin to public PyPI explicitly. Without this, uv inherits whichever index
# the workstation has configured globally — e.g. the dexterenergy private
# artifact registry — and bakes it into uv.lock, which 401s inside Docker.
[[tool.uv.index]]
name = "pypi"
url = "https://pypi.org/simple"
default = true

820
uv.lock generated

File diff suppressed because it is too large Load Diff