uv icon indicating copy to clipboard operation
uv copied to clipboard

Consider versioning `tool.uv` schema

Open charliermarsh opened this issue 1 year ago • 2 comments

Do we want to version the schema separately from uv itself, so that we can support different formats over time?

charliermarsh avatar Jun 24 '24 13:06 charliermarsh

It'd be nice, but I'm not sure it's a high priority in the short term. It seems non-trivial to implement right?

zanieb avatar Jun 24 '24 13:06 zanieb

Adding the version is trivial. The hard work comes when we make a breaking change and bump it. The reason to consider it now is that it may be hard to add retroactively (or not, but we should just think that through while we can).

charliermarsh avatar Jun 24 '24 13:06 charliermarsh

We don't need to do this now.

charliermarsh avatar Jul 29 '24 01:07 charliermarsh

Can you note why?

zanieb avatar Jul 30 '24 14:07 zanieb

We may want to introduce this later, but I don't know that it buys us much to introduce it to start, especially since we can't require it.

charliermarsh avatar Jul 30 '24 17:07 charliermarsh