Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,9 @@ include = ["agentscore"]

[tool.uv]
required-version = ">=0.11.0"
# An unbounded transitive requirement lets a routine refresh resolve a BETA and
# drag a subtree with it, and the tests pass either way, so nothing reports it.
# That is how python-commerce once resolved web3 8.0.0b3 through three
# unbounded parents. Blocking prereleases outright beats pinning whichever
# package surfaced last, since the same shape exists on several transitives.
prerelease = "disallow"
17 changes: 10 additions & 7 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.