Skip to content

Commit 73935cd

Browse files
chore(deps): bump uv from 0.8.17 to 0.8.19
Bumps [uv](https://github.com/astral-sh/uv) from 0.8.17 to 0.8.19. This update includes: - CPython 3.14.0rc3 support - OpenSSL upgrade to 3.5.3 - Bug fixes including parallel process safety for cache cleaning - Various enhancements and improvements
1 parent e6fbbd6 commit 73935cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors = [
1010
dependencies = [
1111
"mcp[cli]==1.13.1",
1212
"requests==2.32.5",
13-
"uv==0.8.17",
13+
"uv==0.8.19",
1414
]
1515

1616
[project.scripts]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
-i https://pypi.org/simple
22
mcp[cli]==1.13.1
33
requests==2.32.5
4-
uv==0.8.17
4+
uv==0.8.19

0 commit comments

Comments
 (0)