Skip to content

Commit 79c1ab6

Browse files
uv: Update to version 0.10.0
1 parent e6357f1 commit 79c1ab6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

bucket/uv.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
2-
"version": "0.9.30",
2+
"version": "0.10.0",
33
"description": "An extremely fast Python package installer and resolver, written in Rust.",
44
"homepage": "https://docs.astral.sh/uv/",
55
"license": "Apache-2.0|MIT",
66
"architecture": {
77
"64bit": {
8-
"url": "https://github.com/astral-sh/uv/releases/download/0.9.30/uv-x86_64-pc-windows-msvc.zip",
9-
"hash": "875981be7908295937dee09532bb66d576986d4f223259e171b0c767c885897a"
8+
"url": "https://github.com/astral-sh/uv/releases/download/0.10.0/uv-x86_64-pc-windows-msvc.zip",
9+
"hash": "4037b444541f695cd2eb93188a9346de3e334af562381411deade0a31c7bf898"
1010
},
1111
"32bit": {
12-
"url": "https://github.com/astral-sh/uv/releases/download/0.9.30/uv-i686-pc-windows-msvc.zip",
13-
"hash": "218b7ec0d052836d7ee395d5e0592e5dac7578fd618f439a5d09c1ad36466399"
12+
"url": "https://github.com/astral-sh/uv/releases/download/0.10.0/uv-i686-pc-windows-msvc.zip",
13+
"hash": "b71bca0987dd12ea09ac6a0e52fdfa89f53601b6074be38366d0592b181f3001"
1414
},
1515
"arm64": {
16-
"url": "https://github.com/astral-sh/uv/releases/download/0.9.30/uv-aarch64-pc-windows-msvc.zip",
17-
"hash": "cfbc40baf1da11c55eff92ee008f5af3cdbb4c24c40ddb0bbd489b983fadf43f"
16+
"url": "https://github.com/astral-sh/uv/releases/download/0.10.0/uv-aarch64-pc-windows-msvc.zip",
17+
"hash": "614dd3c409d7fb5a98b516d532c98db9b7799a23fb450150e3784338a9ebd903"
1818
}
1919
},
2020
"bin": [

0 commit comments

Comments
 (0)