Skip to content

chore(deps): upgrade dependencies to latest#4

Merged
uwe-schwarz merged 1 commit into
mainfrom
codex/deps-auto-commit-20260403
Apr 3, 2026
Merged

chore(deps): upgrade dependencies to latest#4
uwe-schwarz merged 1 commit into
mainfrom
codex/deps-auto-commit-20260403

Conversation

@uwe-schwarz

Copy link
Copy Markdown
Owner

Summary

  • raise google-genai from >=1.68.0 to >=1.70.0
  • raise openai from >=2.29.0 to >=2.30.0
  • refresh the local environment to validate the updated SDK floors

Release review

  • google-genai 1.69/1.70 adds new interaction, file-search, and Gemini response fields; this repo only uses genai.Client(...).models.generate_content(...), so no project-specific migration work was needed
  • openai 2.30.0 adds computer action fields and response type fixes; this repo uses chat.completions.create(...), so no code change was required
  • no follow-up issues were needed because the reviewed changes were not repo-relevant beyond the version floor updates

Validation

  • ./.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

@coderabbitai

coderabbitai Bot commented Apr 3, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@uwe-schwarz has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 1 minutes and 48 seconds before requesting another review.

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 @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 5f533e29-e856-465a-8443-b35567b9bb9b

📥 Commits

Reviewing files that changed from the base of the PR and between c90c3ac and dc37d14.

📒 Files selected for processing (1)
  • requirements.txt
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/deps-auto-commit-20260403

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@uwe-schwarz uwe-schwarz merged commit 9d5ecb2 into main Apr 3, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant