Conversation
Python 3.8 reached EOL in Oct 2024. Multiple dependencies (numpy, selenium, pytest-mock, requests) have already dropped 3.8 support, causing CI failures on dependabot PRs. - CI matrix: 3.8-3.11 -> 3.9-3.13 - setup.py: python_requires>=3.9, updated classifiers - requirements.txt: requests 2.32.5, beautifulsoup4 4.14.3, lxml 5.4.0, Pillow 11.2.1 - requirements-dev.txt: pytest 8.3.5, pytest-cov 6.2.1, pytest-mock 3.15.1, selenium 4.36.0, numpy 2.2.6 - setup.py extras_require: aligned with requirements files
|
Warning Rate limit exceeded
To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing. ⌛ How to resolve this issue?After the wait time has elapsed, 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 have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
✨ 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 |
Summary
Dependency changes
Why combined
Python 3.8 EOL means numpy>=1.26.4, selenium>=4.36, pytest-mock>=3.15, and requests>=2.32.5 all dropped 3.8 support. The individual dependabot PRs (#6-#14) each fail CI on the 3.8 matrix entry. This single PR resolves all of them together.
Supersedes: #6, #7, #8, #9, #10, #11, #12, #13, #14
Test plan