Skip to content

Commit e8e831d

Browse files
deps(deps): update uv-build requirement
Updates the requirements on [uv-build](https://github.com/astral-sh/uv) to permit the latest version. - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](astral-sh/uv@0.8.3...0.9.2) --- updated-dependencies: - dependency-name: uv-build dependency-version: 0.9.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 244be11 commit e8e831d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Repository = "https://github.com/redis/mcp-redis"
3737
Issues = "https://github.com/redis/mcp-redis/issues"
3838

3939
[build-system]
40-
requires = ["uv_build>=0.8.3,<0.9.0"]
40+
requires = ["uv_build>=0.8.3,<0.10.0"]
4141
build-backend = "uv_build"
4242

4343
[tool.uv.build-backend]

0 commit comments

Comments
 (0)