What happened?
The urls for the python package dependencies in uv.lock are broken, currently in main they are pointing to repositories:
source = { registry = "https://us-python.pkg.dev/artifact-foundry-prod/ah-3p-staging-python/simple/" }
The correct repositories should be:
source = { registry = "https://pypi.org/simple" }
Relevant log output
Code of Conduct
What happened?
The urls for the python package dependencies in uv.lock are broken, currently in main they are pointing to repositories:
source = { registry = "https://us-python.pkg.dev/artifact-foundry-prod/ah-3p-staging-python/simple/" }
The correct repositories should be:
source = { registry = "https://pypi.org/simple" }
Relevant log output
Code of Conduct