fast-agent-mcp 0.10.1 - #9929
Conversation
There was a problem hiding this comment.
🟢 Ready to approve
This is a straightforward brew-bump version update with consistent resource refreshes and no detected formula/test or bottle-block issues in the changed regions.
This review doesn't count toward merge requirements. Sign up for the private preview to control whether Copilot approvals count.
Pull request overview
Updates the fast-agent-mcp Homebrew formula to the latest upstream release, refreshing the vendored Python dependency set so the virtualenv install remains consistent with the new version.
Changes:
- Bumped
fast-agent-mcpfrom 0.9.30 to 0.10.1 (URL + SHA-256). - Updated multiple Python resources to newer versions and adjusted the resource set (adds
httpcore2,httpx2,mcp-types; removesfastmcpandopentelemetry-instrumentation-mcp). - Updated
fastmcp-slimresource to 4.0.0b1 as part of the dependency refresh.
File summaries
| File | Description |
|---|---|
| Formula/f/fast-agent-mcp.rb | Version bump to 0.10.1 plus refreshed Python resources to match updated upstream dependencies. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Lite
We're testing this review assessment. Please use 👍 or 👎 to tell us if it's correct.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 6f582842a1
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| resource "hf-xet" do | ||
| url "https://files.pythonhosted.org/packages/63/39/67be8d71f900d9a55761b6022821d6679fb56c64f1b6063d5af2c2606727/hf_xet-1.5.2.tar.gz" | ||
| sha256 "73044bd31bae33c984af832d19c752a0dffb67518fee9ddbd91d616e1101cf47" | ||
| url "https://files.pythonhosted.org/packages/1b/ab/522a2ab67f27971a9d48ca666d4fca85ef7d5282d142e31fd087e27b1bbe/hf_xet-1.6.0.tar.gz" |
There was a problem hiding this comment.
Fix hf-xet patch for 1.6.0 ARM builds
With the hf-xet bump to 1.6.0, the ARM-only install path still runs inreplace "xet_data/Cargo.toml", 'sha2 = { workspace = true, features = ["asm"] }', ..., but upstream 1.6.0 has already removed that features = ["asm"] text from xet_data/Cargo.toml. On arm64/ARM Linux builds, inreplace will therefore fail before venv.pip_install Pathname.pwd, so these bottles cannot be built unless the now-stale replacement is removed or guarded.
Useful? React with 👍 / 👎.
Created by
brew bumpCreated with
brew bump-formula-pr.