Zanie Blue

Results 2964 comments of Zanie Blue

@jpedrick-numeus unfortunately this is a problem with CodeArtifact — they should support the modern metadata API so we don't need to download wheels to inspect their requirements and if they...

@mike-taylor-nomihealth Does the example at https://github.com/astral-sh/uv-docker-example and the [latest Docker guide](https://docs.astral.sh/uv/guides/integration/docker/) (just updated now) help? We have support for intermediate layers and it's a one-line change to avoid using `uv...

This is tough because the complaint isn't from _our_ tool, it's from setuptools which we use as a default build backend for legacy compatibility. Unfortunately, this is causing other problems,...

@mishamsk regarding > are there any particular plans for PEP 735 functionality? Like for example "we'll wait for PEP 735 to be accepted and will not tackle the case until...

We will address this in https://github.com/astral-sh/uv/issues/6511

As of [uv v0.4.0](https://github.com/astral-sh/uv/releases/tag/0.4.0), we now support "simple" projects by default! This includes a bunch of documentation changes targeting "application" developers and I even tried the [Flask tutorial](https://github.com/astral-sh/uv-flask-example). I hope...

Thanks for the context! > Some group dependencies may be incompatible with the project dependencies You highlight this already, but this is a problem in Poetry because it solves for...

As of [0.4.27](https://github.com/astral-sh/uv/releases/tag/0.4.27) we support this. See #8272.

We'll need to document this at https://docs.astral.sh/uv/concepts/tools/ Can you write some details here about the strategy for this? I wonder if we should be upgrading Python versions by default during...