Skip to content

Commit 3b4977b

Browse files
chore(deps): update dependency astral-sh/uv to v0.10.7
1 parent 7044792 commit 3b4977b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lsp_utils/uv_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
]
1515

1616

17-
UV_TAG = '0.10.4'
17+
UV_TAG = '0.10.7'
1818
UV_BINARY = 'uv.exe' if sublime.platform() == 'windows' else 'uv'
1919
ARTIFACT_URL = 'https://github.com/astral-sh/uv/releases/download/{tag}/{filename}'
2020
ARTIFACT_ARCH_MAPPING = {

0 commit comments

Comments
 (0)