Zanie Blue

Results 2964 comments of Zanie Blue

@yehoshuadimarsky can you please open a dedicated issue for that request? You need to add that constraint file to `tool.uv.constraint_dependencies`? It needs to be tracked in the project. `uv add...

@Burnaviour that is off topic. Please see #9452.

Oh.. tricky. We could just be more careful about not merging changes to generated files, but we can also run these tests separately.

It might be antivirus, it can do weird things interrupting large zip files. cc @charliermarsh

`uv.lock` resolves the dependencies declared in the `pyproject.toml` — it doesn't capture the current environment. Instead, the project's environment is constructed _from_ the lockfile. Similarly,`requirements.txt` can be generated from a...

We are engaging heavily in PEP 751 — which defines a standard for lockfiles. Once there's a standard, we plan to use it.

@keatingw thank you! Extensive discussion about that at https://github.com/astral-sh/uv/issues/4028 — we should provide a way to do that soon.