{"record":{"id":"54a2f72f8f81e3ac","repo":"astral-sh/uv","slug":"required-uv-version-required-version-does-not","errorCode":null,"errorMessage":"Required uv version `{required_version}` does not match the running version `{package_version}`{hint}","messagePattern":"Required uv version `(.+?)` does not match the running version `(.+?)`(.+?)","errorType":"exception","errorClass":"anyhow::Error","httpStatus":null,"severity":"error","filePath":"crates/uv/src/lib.rs","lineNumber":2249,"sourceCode":"            )\n        } else if ranges\n            .bounding_range()\n            .iter()\n            .any(|(lowest, _highest)| match lowest {\n                Bound::Included(version) => **version > *package_version,\n                Bound::Excluded(version) => **version > *package_version,\n                Bound::Unbounded => false,\n            })\n        {\n            format!(\". Update `uv` by running `{}`.\", \"uv self update\".cyan())\n        } else {\n            String::new()\n        }\n    };\n    #[cfg(not(feature = \"self-update\"))]\n    let hint = \"\";\n\n    anyhow!(\n        \"Required uv version `{required_version}` does not match the running version `{package_version}`{hint}\",\n    )\n}\n\n/// Run a [`ProjectCommand`].\nasync fn run_project(\n    project_command: Box<ProjectCommand>,\n    project_dir: &Path,\n    command: Option<RunCommand>,\n    script: Option<Pep723Item>,\n    globals: GlobalSettings,\n    config_discovery: ConfigDiscovery,\n    explicit_project: bool,\n    client_builder: BaseClientBuilder<'_>,\n    filesystem: Option<FilesystemOptions>,\n    cache: Cache,\n    workspace_cache: &WorkspaceCache,\n    printer: Printer,","sourceCodeStart":2231,"sourceCodeEnd":2267,"githubUrl":"https://github.com/astral-sh/uv/blob/f1a42680ff5272232d65748acf338b19778dde24/crates/uv/src/lib.rs#L2231-L2267","documentation":"Error \"Required uv version `{required_version}` does not match the running version `{package_version}`{hint}\" thrown in astral-sh/uv.","triggerScenarios":"Thrown at crates/uv/src/lib.rs:2249 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":[],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"f1a42680ff5272232d65748acf338b19778dde24","analyzedAt":"2026-08-16T04:51:47.599Z","schemaVersion":2},"datasetVersion":"2026-08-16T08:17:34.114Z"}