Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
build-backend = "uv_build"
requires = [ "uv-build~=0.10.0" ]
requires = [ "uv-build~=0.11.0" ]
Comment thread
gruebel marked this conversation as resolved.

[project]
name = "openfeature-sdk"
Expand Down Expand Up @@ -40,7 +40,7 @@ dev = [
]

[tool.uv]
required-version = "~=0.10.0"
required-version = ">=0.11.0"
build-backend.module-name = "openfeature"
build-backend.module-root = ""
build-backend.namespace = true
Expand Down
Loading
Loading