Zanie Blue
Zanie Blue
Yes, `uv add` with a new constraint would be proper. There's no reason to pin versions in your `pyproject.toml` though, that's what the `uv.lock` file is for. We'll do all...
I don't think we can know the date that _already installed_ packages were published so I don't think the resolver will ever exclude them. You can use `--reinstall` to remove...
If you wanted to contribute this to the documentation as a hint in https://docs.astral.sh/uv/concepts/resolution/#reproducible-resolutions that'd be greatly appreciated.
Hi! I think this is a duplicate of https://github.com/astral-sh/uv/issues/6662 and #6400 > then uninstall the uv I used to run this, am I likely to get into problems ? Uhh.....
Very weird, thanks for the report and sorry you ran into troubles here. We might need to escalate this to someone that's familiar with the Jupyter extension (cc @dhruvmanila), I...
Definitely. Example at https://github.com/PrefectHQ/prefect/blob/0b747dc7b4c9f94d5e8ffe7e6ab7a045de7451e0/.github/workflows/docker-images.yaml#L110-L116
We should never throw this error here either, e.g. when `find_or_fetch` is called if no download can be found we should use the `MissingPython` case. We could add a special...
Oh.. I want this too. Why do we hide it? haha
Oh.. hm.. I guess it might make sense to sort that out since it'll be a breaking change.
I think it makes sense but it seems non-trivial and I can see people getting confused either way.