Skip to content

Conversation

@1cu
Copy link
Contributor

@1cu 1cu commented Jan 18, 2026

ℹ️ Description

Raise Pydantic version cause we use features that require at least v2.11.

📋 Changes Summary

  • Set min version to v2.11

⚙️ Type of Change

Select the type(s) of change(s) included in this pull request:

  • 🐞 Bug fix (non-breaking change which fixes an issue)

✅ Checklist

Before requesting a review, confirm the following:

  • I have reviewed my changes to ensure they meet the project's standards.
  • I have tested my changes and ensured that all tests pass (pdm run test).
  • I have formatted the code (pdm run format).
  • I have verified that linting passes (pdm run lint).
  • I have updated documentation where necessary.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Summary by CodeRabbit

  • Chores
    • Updated project dependencies to improve compatibility and stability.

✏️ Tip: You can customize this high-level summary in your review settings.

@github-actions github-actions bot added the bug Something isn't working label Jan 18, 2026
@codecov
Copy link

codecov bot commented Jan 18, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.58%. Comparing base (0146952) to head (8bc968b).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #773   +/-   ##
=======================================
  Coverage   88.58%   88.58%           
=======================================
  Files          20       20           
  Lines        2172     2172           
  Branches      423      423           
=======================================
  Hits         1924     1924           
  Misses        120      120           
  Partials      128      128           
Flag Coverage Δ
integration-tests 30.20% <ø> (ø)
smoke-tests 32.18% <ø> (ø)
unit-tests 88.48% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0146952...8bc968b. Read the comment docs.

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

@coderabbitai
Copy link

coderabbitai bot commented Jan 18, 2026

📝 Walkthrough

Walkthrough

Updated pydantic dependency minimum version from >=2.0.0 to >=2.11.0 in pyproject.toml. This change restricts the acceptable pydantic versions during installation but does not modify any application logic.

Changes

Cohort / File(s) Summary
Dependency Updates
pyproject.toml
Pydantic version constraint bumped from >=2.0.0 to >=2.11.0

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: raising the pydantic version requirement from ≥2.0.0 to ≥2.11.0 for compatibility reasons.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


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.

@1cu 1cu requested a review from sebthom January 18, 2026 15:39
@1cu 1cu merged commit 183f0ab into main Jan 18, 2026
24 checks passed
@1cu 1cu deleted the fix/pydantic-version-v2.11 branch January 18, 2026 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Development

Successfully merging this pull request may close these issues.

3 participants