Zanie Blue
Zanie Blue
For what it's worth, I think adding more top-level fields to the `pyproject.toml` allowing declaration of dependencies is a _huge_ change. It's small in syntax, but large in meaning :)
Note we're also discussing this in https://github.com/astral-sh/uv/issues/6318
Minor note regarding `--no-offline` > Yeah, I didn't even know that existed, it's not a user feature if it's not documented anywhere. We have hidden inversions of nearly all of...
I'm going to move this over to the `uv` repository, this repository is just for deployment of our documentation.
Thanks for following up here. I'm not sure what changed upstream that caused the MIPS builds to regress, that seems like the first thing to look into. I'm particularly surprised...
Of minor note, we recently switched from `zlib-ng` to `zlib-rs` in uv (https://github.com/astral-sh/uv/pull/9184)
As another note, they do runtime feature detection now instead of compile time detection and we've moved back to it on uv: https://github.com/astral-sh/uv/pull/11894
Can you title the pull request as a description of the user-facing change? (i.e., as things appear in our changelog)
I'm not sure I agree @charliermarsh, I think it'll be very rare for the metadata to not be at the head of the file and I think it's far more...
Ah I see. That's a great point. We could just say we don't support inferring that something is a PEP 723 script if it's not in the header, but I...