Skip to content

Update pydantic to 2.13.1#974

Merged
jan-janssen merged 2 commits intomainfrom
pydantic
Apr 16, 2026
Merged

Update pydantic to 2.13.1#974
jan-janssen merged 2 commits intomainfrom
pydantic

Conversation

@jan-janssen
Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings April 16, 2026 10:10
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 16, 2026

Warning

Rate limit exceeded

@jan-janssen has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 41 minutes and 45 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 41 minutes and 45 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: faf49f67-ca35-4144-a83f-b83d958182b1

📥 Commits

Reviewing files that changed from the base of the PR and between 6b9dce4 and d160a17.

📒 Files selected for processing (5)
  • .ci_support/environment-docs.yml
  • .ci_support/environment-integration.yml
  • .ci_support/environment-mpich.yml
  • .ci_support/environment-win.yml
  • pyproject.toml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch pydantic

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.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 pydantic pin to 2.13.1 in pyproject.toml optional dependency groups (validation, all).
  • Bump pydantic pin to 2.13.1 in multiple .ci_support conda 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
Copy link

Copilot AI Apr 16, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot apply changes based on this feedback

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Implemented in b6957c4: .ci_support/environment-openmpi.yml now pins pydantic =2.13.1 to match the other updated environments.

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 16, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.15%. Comparing base (6b9dce4) to head (b6957c4).
⚠️ Report is 2 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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>
@jan-janssen jan-janssen merged commit 5797a52 into main Apr 16, 2026
117 of 122 checks passed
@jan-janssen jan-janssen deleted the pydantic branch April 16, 2026 11:44
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.

3 participants