Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
Please provide as much information as possible. At least, this should include a description of your issue and steps to reproduce the problem. If possible please provide a summary of what steps or workarounds you have already tried, and any docs or articles you found (un)helpful.
Problem you have encountered:
uv (
uv also does not depend on caching headers like pip does, so this would be a full replacement for
```
Tue, 19 Mar 2024 17:33:43 GMT
Tue, 19 Mar 2024 17:33:43 GMT #63 [linux/amd64 <redacted the builder name> 2/2] RUN --mount=type=cache,mode=0755,id=pip,target=/root/.cache/uv --mount=type=secret,id=gcloud-auth,target=/root/.config/gcloud/application_default_credentials.json uv pip install -U pip uv && uv pip install -r /dev-requirements.txt && rm /dev-requirements.txt
Tue, 19 Mar 2024 17:33:43 GMT #63 0.867 Resolved 2 packages in 788ms
Tue, 19 Mar 2024 17:33:43 GMT #63 0.867 Audited 2 packages in 0.03ms
Tue, 19 Mar 2024 17:33:43 GMT #63 6.253 error: HTTP status client error (429 Too Many Requests) for url (<redacted url of the Artifact Repository>)
Tue, 19 Mar 2024 17:33:43 GMT #63 ERROR: process "/bin/sh -c uv pip install -U pip uv && uv pip install -r /dev-requirements.txt && rm /dev-requirements.txt" did not complete successfully: exit code: 2
```
What you expected to happen:
uv is able to work with Cloud Artifact Repository
Steps to reproduce:
Please refer to the commands above.
Other information (workarounds you have tried, documentation consulted, etc):
n/a