[SK-631] chore(deps): bump 5 low-risk Python deps#167
Conversation
- setuptools: <81.0 → <83.0 (unblock 81.x/82.x) - python-dotenv: ~=1.1.1 → >=1.1.1,<2.0 (allow 1.2.x) - Faker: ~=25.8.0 → >=33.0.0,<41.0 (test-only dep, modern range) - requests: >=2.32.3 → >=2.34.0 (bump lower bound) - PyJWT: >=2.12.0 → >=2.13.0 (bump lower bound) https://linear.app/scalekit/issue/SK-631
|
Warning Review limit reached
More reviews will be available in 1 minute and 34 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 |
Summary
Relaxes/updates 5 low-risk dependency constraints in
setup.pythat were either blocking newer compatible versions or using overly tight pins.Linear: https://linear.app/scalekit/issue/SK-631
Changes
setuptools>=78.1.1,<81.0>=78.1.1,<83.0python-dotenv~=1.1.1>=1.1.1,<2.0Faker~=25.8.0>=33.0.0,<41.0requests>=2.32.3>=2.34.0PyJWT>=2.12.0>=2.13.0Test Results
pip install -e .resolves cleanly with new constraints.pip checkreports no broken requirements.Notes
Fakeris used exclusively in tests (not inscalekit/production code)Generated by Claude Code