fix(deps): bump cryptography to 48.0.1 (Dependabot #6)#1434
Conversation
…nSSL) cryptography <48.0.1 shipped a vulnerable OpenSSL in its wheels (high). The bump was blocked by litellm 1.89.3 capping cryptography <47.0; litellm 1.89.4 raises the cap to >=48.0.1,<49.0, so this bumps litellm one patch and lets cryptography move to 48.0.1. Lock-only change.
Qodo reviews are paused for this user.Troubleshooting steps vary by plan Learn more → On a Teams plan? Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center? |
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Note Your trial team has used its Gitar budget, so automatic reviews are paused. Upgrade now to unlock full capacity. Comment "Gitar review" to trigger a review manually. Code Review ✅ ApprovedBumps the cryptography dependency to 48.0.1 by updating the litellm constraint in the lockfile to resolve a high-severity OpenSSL vulnerability. No issues found. OptionsDisplay: compact → Showing less information. Comment with these commands to change:
Important Your trial ends in 2 days — upgrade now to keep code review, CI analysis, auto-apply, custom automations, and more. Was this helpful? React with 👍 / 👎 | Gitar |
Code Review SummaryStatus: No Issues Found | Recommendation: Merge The PR modifies a single generated file, Files Reviewed (1 file)
Reviewed by minimax-m3 · Input: 83.7K · Output: 1.2K · Cached: 65.1K |
What
Bumps cryptography 46.0.7 -> 48.0.1 to clear Dependabot alert #6 (high: vulnerable OpenSSL bundled in cryptography wheels, < 48.0.1). Lock-only.
Why it needed a litellm bump
litellm 1.89.3 hard-caps
cryptography>=46.0.7,<47.0, which is what held the lock at 46.0.7. litellm 1.89.4 raises the cap to>=48.0.1,<49.0, so this bumps litellm one patch (1.89.3 -> 1.89.4, + litellm-enterprise post-release) and lets cryptography move to 48.0.1.Scope
uv.lockonly (43 lines). No pyproject/source changes. Resolves to cryptography 48.0.1 within litellm's new cap.Verify
CI installs from the lock and runs test 3.12/3.13. Will not merge until green.