uv/crates/uv-python
Geoffrey Thomas 25dd584a27 Add a version backwards incompatibility scheme for the JSON Python download list
If the JSON does not deserialize, check to see if any key is named
"version" and print a different error message hinting at upgrading uv.

The intention is that we will add this field on backwards-incompatible
changes (and set it to an integer or string or something else that does
not deserialize into a JsonPythonDownload).
2025-07-18 23:30:39 +00:00
..
python Fix Ruff linting (#14111) 2025-06-17 17:28:23 +00:00
src Add a version backwards incompatibility scheme for the JSON Python download list 2025-07-18 23:30:39 +00:00
.gitignore minify and filter embed managed pythons json on compile time (#12967) 2025-04-30 15:51:03 -04:00
Cargo.toml uv-python: Refactor ManagedPythonDownload state management 2025-07-18 23:30:04 +00:00
build.rs Only rebuild download JSON on change (#13261) 2025-05-02 07:49:34 -05:00
download-metadata.json Sync latest Python releases (#14643) 2025-07-16 09:06:06 -05:00
fetch-download-metadata.py Fix Ruff linting (#14111) 2025-06-17 17:28:23 +00:00