chore(deps): upgrade dependencies to latest#4
Conversation
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 1 minutes and 48 seconds. ⌛ 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. ✨ 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
google-genaifrom>=1.68.0to>=1.70.0openaifrom>=2.29.0to>=2.30.0Release review
google-genai1.69/1.70 adds new interaction, file-search, and Gemini response fields; this repo only usesgenai.Client(...).models.generate_content(...), so no project-specific migration work was neededopenai2.30.0 adds computer action fields and response type fixes; this repo useschat.completions.create(...), so no code change was requiredValidation
./.venv/bin/python -m pip install --upgrade --upgrade-strategy eager -r requirements.txt./.venv/bin/python -m py_compile auto-commit.py./.venv/bin/python -c "import git, dotenv, openai; from google import genai; print('imports-ok')"./.venv/bin/python auto-commit.py --help