fix(deps): cap cryptography <49 to keep Intel macOS universal2 wheel#859
Merged
Merged
Conversation
cryptography 49.x ships arm64-only macOS wheels (no universal2), forcing the Intel macOS (macos-x86_64) release runner to build from sdist under `uv sync --frozen`. Pin to 48.0.1, which still clears GHSA-537c-gmf6-5ccf (fixed in 48.0.1) and provides a macosx_10_9_universal2 wheel.
Contributor
Greptile SummaryThis PR keeps
Confidence Score: 5/5This looks safe to merge.
Important Files Changed
Reviews (1): Last reviewed commit: "fix(deps): cap cryptography <49 to keep ..." | Re-trigger Greptile |
timhaines
added a commit
to timhaines/strix
that referenced
this pull request
Jul 23, 2026
Adds .github/dependabot.yml so uv dependencies and GitHub Actions stay current automatically, complementing the existing pre-commit.ci hook autoupdates. uv updates are ungrouped (per-package, capped at 5/week) so each can be reviewed and CI-tested on its own; Actions are grouped into one weekly PR. A short 7-day cooldown lets new releases age before a PR opens, with cryptography excluded so security fixes aren't delayed. Dependabot is also told to respect the deliberate version caps in pyproject.toml -- cryptography <49 (usestrix#859), openai <2.45 (usestrix#748), and the openai-agents ==0.14.6 migration pin -- so it doesn't open bumps past them that would only fail CI or be closed. Co-Authored-By: Claude Opus 4.8 (1M context) <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.
cryptography 49.x ships arm64-only macOS wheels (no universal2), forcing the Intel macOS (macos-x86_64) release runner to build from sdist under
uv sync --frozen. Pin to 48.0.1, which still clears GHSA-537c-gmf6-5ccf (fixed in 48.0.1) and provides a macosx_10_9_universal2 wheel.