Zanie Blue
Zanie Blue
(@maxfirman if you can get more details about what the response from the proxy is that'd be helpful for improving the error message for other users, uv will say more...
What kind of response is returned when you `GET https://files.pythonhosted.org/packages/61/79/efc316760a906763de872d7328c9bf8c5af28708a35fdae57fbb4ee005f7/requests-1.2.3.tar.gz`?
Awesome thank you!
It might not be worth it, but... I'm not sure if it's that common? We had a lot of complaints about requiring `package @ path` and I'm not sure how...
To be clear — we already support `uvx [email protected]` and `uvx ruff@latest` so we already have clear semantics around this. This issue is about extending those semantics to `uv tool...
@hauntsaninja on further thought, isn't it _wrong_ to allow a local date for `exclude-newer` in files that are intended to be version controlled and distributed? It seems like a bit...
I feel like if we want to maximize convenience we should allow emitting an exclude newer pin (in UTC) via a command or, even better, we should be able to...
@Michallote we just don't support that yet! i.e., we don't read the metadata because you invoked `python` not the script itself. We can track that at https://github.com/astral-sh/uv/issues/8064
@IliasAarab could you open a new issue with a minimal reproduction?
I believe you're looking for #171 — which we want to do but haven't yet.