Skip to content

Commit 7d9229f

Browse files
authored
chore: update uv to 0.11 and relax version requirement (#587)
update uv to 0.11 and relax version requirement Signed-off-by: gruebel <anton.gruebel@gmail.com>
1 parent 398d140 commit 7d9229f

File tree

2 files changed

+77
-77
lines changed

2 files changed

+77
-77
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
build-backend = "uv_build"
3-
requires = [ "uv-build~=0.10.0" ]
3+
requires = [ "uv-build~=0.11.0" ]
44

55
[project]
66
name = "openfeature-sdk"
@@ -40,7 +40,7 @@ dev = [
4040
]
4141

4242
[tool.uv]
43-
required-version = "~=0.10.0"
43+
required-version = ">=0.11.0"
4444
build-backend.module-name = "openfeature"
4545
build-backend.module-root = ""
4646
build-backend.namespace = true

0 commit comments

Comments
 (0)