Skip to content

Commit 47c585c

Browse files
authored
Merge branch 'main' into fix-shutdown
2 parents 0d11a1b + 7d9229f commit 47c585c

2 files changed

Lines changed: 77 additions & 77 deletions

File tree

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)