Skip to content

chore: pin dependency upper bounds and install the fleet by tag (#131) - #137

Merged
CryptoJones merged 1 commit into
mainfrom
chore/131-pin-deps
Jul 1, 2026
Merged

chore: pin dependency upper bounds and install the fleet by tag (#131)#137
CryptoJones merged 1 commit into
mainfrom
chore/131-pin-deps

Conversation

@CryptoJones

Copy link
Copy Markdown
Owner

Closes #131.

Runtime deps were open-ended floors, and fleet installs go through uv tool install git+… which resolves fresh from PyPI and ignores uv.lock — so a breaking upstream major (an mcp 2.0, a fastapi 1.0 rewrite) would land on every node at the next self-update overnight.

  • Cap each runtime dep (and the embed extra) below its next major; regenerate uv.lock (resolved versions unchanged — current versions satisfy the caps).
  • scripts/bootstrap.sh now resolves and installs the latest published release tag by default instead of the moving main HEAD (override with --ref / $OMIND_REF), so nodes bootstrapped hours apart get the same tested code.

Test plan

  • Full suite: 720 passed, 1 skipped. ruff clean. uv lock regenerates cleanly; bash -n on the script passes; tag-resolution verified against the live remote.

🤖 Generated with Claude Code

Proudly Made in Nebraska. Go Big Red! 🌽 https://xkcd.com/2347/

Runtime deps were open-ended floors and fleet installs go through
`uv tool install git+…`, which resolves fresh from PyPI and ignores uv.lock, so
a breaking upstream major (an mcp 2.0, a fastapi 1.0) would land on every node
overnight. Cap each dep below its next major and regenerate uv.lock.

bootstrap.sh also tracked the moving `main` HEAD; it now resolves and installs
the latest published release tag by default (override with --ref / $OMIND_REF),
so two nodes bootstrapped hours apart get the same tested code.

Closes #131.

Co-Authored-By: Claude Fable 5 <[email protected]>
@CryptoJones
CryptoJones merged commit 5221059 into main Jul 1, 2026
10 checks passed
@CryptoJones
CryptoJones deleted the chore/131-pin-deps branch July 1, 2026 23:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Packaging: pin runtime dependency upper bounds and install the fleet by tag

1 participant