diff --git a/src/languages/python/uv.rs b/src/languages/python/uv.rs index 66fff221..e70806dc 100644 --- a/src/languages/python/uv.rs +++ b/src/languages/python/uv.rs @@ -20,7 +20,7 @@ use crate::store::{CacheBucket, Store}; use crate::version; // The version range of `uv` we will install. Should update periodically. -const CUR_UV_VERSION: &str = "0.8.13"; +const CUR_UV_VERSION: &str = "0.8.14"; static UV_VERSION_RANGE: LazyLock = LazyLock::new(|| VersionReq::parse(">=0.7.0, <0.9.0").unwrap());