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 41 minutes and 45 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. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (5)
✨ 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 |
There was a problem hiding this comment.
Pull request overview
Updates the pinned pydantic dependency from 2.13.0 to 2.13.1 across the project’s optional dependency set and several conda environment definitions to keep dependency resolution consistent.
Changes:
- Bump
pydanticpin to2.13.1inpyproject.tomloptional dependency groups (validation,all). - Bump
pydanticpin to2.13.1in multiple.ci_supportconda environment files (Windows, mpich, integration, docs).
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
pyproject.toml |
Updates optional dependency pins for pydantic to 2.13.1. |
.ci_support/environment-win.yml |
Aligns Windows conda environment pydantic pin to 2.13.1. |
.ci_support/environment-mpich.yml |
Aligns mpich conda environment pydantic pin to 2.13.1. |
.ci_support/environment-integration.yml |
Aligns integration conda environment pydantic pin to 2.13.1. |
.ci_support/environment-docs.yml |
Aligns docs conda environment pydantic pin to 2.13.1. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| - mpi4py =4.1.1 | ||
| - networkx =3.6.1 | ||
| - pydantic =2.13.0 | ||
| - pydantic =2.13.1 |
There was a problem hiding this comment.
This PR updates Pydantic to 2.13.1 in several env files, but .ci_support/environment-openmpi.yml is still pinned to pydantic =2.13.0 (and that file is used by CI/release workflows). Please bump it too to keep the environments consistent and ensure CI actually tests the new version.
There was a problem hiding this comment.
@copilot apply changes based on this feedback
There was a problem hiding this comment.
Implemented in b6957c4: .ci_support/environment-openmpi.yml now pins pydantic =2.13.1 to match the other updated environments.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #974 +/- ##
=======================================
Coverage 94.15% 94.15%
=======================================
Files 39 39
Lines 2089 2089
=======================================
Hits 1967 1967
Misses 122 122 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Agent-Logs-Url: https://github.com/pyiron/executorlib/sessions/a8d0b79e-7ec5-42e8-bbd1-cd996f07afa6 Co-authored-by: jan-janssen <3854739+jan-janssen@users.noreply.github.com>
No description provided.