]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
chore: set minimum uv version (#3012)
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Sat, 13 Sep 2025 08:15:39 +0000 (10:15 +0200)
committerGitHub <noreply@github.com>
Sat, 13 Sep 2025 08:15:39 +0000 (08:15 +0000)
pyproject.toml

index 809912d8f39843e6f93e30b0b134085f28c0b1a6..df4a24723adbdc066a4ef27fa7b7a6507b7761fb 100644 (file)
@@ -65,6 +65,7 @@ docs = [
 
 [tool.uv]
 default-groups = ["dev", "docs"]
+required-version = ">=0.8.6"
 
 [project.urls]
 Homepage = "https://github.com/Kludex/starlette"