chore: release v2.2.1 — packaging robustness#213
Merged
typelicious merged 1 commit intomainfrom Apr 18, 2026
Merged
Conversation
Caps pydantic, fastapi, httpx, and uvicorn to version ranges that ship prebuilt wheels on all supported platforms (incl. macOS 15 Tahoe arm64). Background: brew upgrade faigate on a freshly-updated macOS kept pip resolving pydantic-core to a source-only release, forcing a 3–5 minute Rust/cargo build. Caps keep the resolver on wheel-friendly versions. No runtime behavior change. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
pydantic,fastapi,httpx,uvicornto version ranges that ship prebuilt wheels for Python 3.10–3.13 across linux/macos (incl. Tahoe arm64)__version__+pyproject.tomlto2.2.1Why
Fresh
brew upgrade faigatepost-2.2.0 hung for 3–5 min on a Rust/cargo build ofpydantic-core 2.46.2(no wheel for macOS 15 Tahoe arm64). Caps keep pip on wheel-friendly versions so upgrades stay < 1 min.No runtime behavior change — pure packaging robustness.
Test plan
v2.2.1after merge triggers release-artifacts workflowbrew upgrade faigatecompletes in < 1 min on Tahoe arm64🤖 Generated with Claude Code