[SK-657] chore(deps): bump cffi >=1.15.1 → >=2.0.0#172
Conversation
cffi 2.0.0 is the current stable release. cryptography>=46.0.6 already requires cffi 2.0+, so all SDK consumers have it installed. Bumping the explicit lower bound makes the constraint consistent with reality. https://linear.app/scalekit/issue/SK-657
|
Warning Review limit reached
More reviews will be available in 2 hours, 39 minutes, and 3 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more credits in the billing tab to continue. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
CI failure is pre-existing and unrelated to this PR. The 3 failing tests are all in Evidence this predates our change: the last This PR only modifies Generated by Claude Code |
Summary
Linear: SK-657
Bumps
cffiminimum bound from>=1.15.1to>=2.0.0.cffi>=1.15.1>=2.0.0Why this is safe
cryptography>=46.0.6(already required by this SDK) hard-requires cffi 2.0+, meaning all current SDK consumers already have cffi 2.0.0 installed — this change makes the explicit constraint consistent with realitycryptographyTest plan
make lintpasses (static compile check)make setupinstalls cleanly with cffi 2.0.0SCALEKIT_ENV_URLcredentials (pre-existing, unaffected)Generated by Claude Code