Zanie Blue
Zanie Blue
Thanks for following up!
This is the same discussion as https://github.com/encode/httpx/pull/3564#issuecomment-2858720787 If users are not auditing their codebase and upgrading uvicorn, they won't see a version bump here regardless. New users should not get...
It's not a net win for users that need to use an older version of h11 and are then needlessly blocked from upgrading uvicorn. This sounds like a problem with...
> In this situation, uvicorn becomes the cause, rather than just a bystander. How is uvicorn the cause? The cause is that the user installed the earlier package, then didn't...
Hi! Could you share some more details about what support looks like for you? Have you tried building from source?
It looks like this is a [tier 2 Rust platform](https://doc.rust-lang.org/rustc/platform-support.html#tier-2-with-host-tools) which means that it's not as well supported but you should be able to run Rust tooling on it. It...
Related #751 - but that needs a reproduction before I can close it.
Thanks @cthoyt! I fixed that, and I'll expand the note on screenshots.
Note to self, we should also cover "Confirming that an issue is a problem with uv" by suggesting - `python -m build` for build failures - `python -m pip install...
> (Minor) There's a double "and" in the phrase `help diagnose your issue and and` in [#9452](https://github.com/astral-sh/uv/issues/9452). Thank you! Fixed.