-
Notifications
You must be signed in to change notification settings - Fork 972
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error decoding response body
when resolving dependencies from aws codeartifact repo since 0.5.12
#10190
Comments
I can confirm same error occurs with Azure Artifacts. With v0.5.11 dependencies from our private Azure Artifacts library were installed by
|
Can verify the error |
Error happens with Gitlab package registry:
|
Sorry -- this is a bug in |
No problem. Thanks! |
This should be fixed in v0.5.13. If you're on v0.5.12, you may need to reinstall with cURL rather than via curl -LsSf https://astral.sh/uv/install.sh | sh Sorry for the inconvenience! It's my mistake for going to bed without double-checking the release pipeline. |
Thanks for the quick turnaround! 0.5.13 works just fine! |
Thanks! Also with Azure Artifacts. Everything works fine again with 0.5.13. |
out of interest is there any way you can maintain previous versions in |
Hmm, I think that's ultimately up to Homebrew, since I didn't do anything specific to have it not publish to Homebrew. It's possible that the releases were just too close together, and so Homebrew never built and uploaded 0.5.12? |
Hello,
I'm encountering a new error since upgrading to
0.5.12
while runninguv sync
. The setup is described below. The error is not present with version0.5.11
of uv. If there are migration steps I missed, would be happy if you can direct me there. Had a brief look at the release notes but didn't see anything relevant.Error Message from Github Actions:
Setup:
The code artifact url is setup in the pyproject toml
The credentials are setup as environment variables as documented here: https://docs.astral.sh/uv/guides/integration/alternative-indexes/#aws-codeartifact
The text was updated successfully, but these errors were encountered: