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
8 changes: 5 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ classifiers = [
]

dependencies = [
# Floor bumped to 0.5.0 for the forensic read resource (timeline / trace /
# evaluations / transitions / policy snapshot) used by tools/forensics.py.
"devhelm>=0.6.0",
# Floor bumped to 0.7.2: required for `managedBy` field on resource DTOs
# and for the new monitor validation contract (frequencySeconds bounds,
# dynamic region whitelist). Older devhelm versions raise Pydantic
# `extra_forbidden` errors when the API returns `managedBy`.
"devhelm>=0.7.2",
"fastmcp>=2.0.0",
]

Expand Down
8 changes: 4 additions & 4 deletions uv.lock

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

Loading