Skip to content

support pydantic 2.11.9 - and remove the exclude parent fields - wip#1470

Merged
collerek merged 6 commits into
masterfrom
bump-pydantic
Jan 9, 2026
Merged

support pydantic 2.11.9 - and remove the exclude parent fields - wip#1470
collerek merged 6 commits into
masterfrom
bump-pydantic

Merge branch 'master' into bump-pydantic

6b3f600
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 9, 2026 in 1s

100.00% (+0.00%) compared to bd3b4ce

View this Pull Request on Codecov

100.00% (+0.00%) compared to bd3b4ce

Details

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (bd3b4ce) to head (6b3f600).
⚠️ Report is 3 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##            master     #1470    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files          207       206     -1     
  Lines        14944     14840   -104     
==========================================
- Hits         14944     14840   -104     
Files with missing lines Coverage Δ
ormar/fields/base.py 100.00% <100.00%> (ø)
ormar/fields/model_fields.py 100.00% <ø> (ø)
ormar/fields/sqlalchemy_encrypted.py 100.00% <ø> (ø)
ormar/fields/sqlalchemy_uuid.py 100.00% <100.00%> (ø)
ormar/models/helpers/__init__.py 100.00% <ø> (ø)
ormar/models/helpers/pydantic.py 100.00% <100.00%> (ø)
ormar/models/helpers/relations.py 100.00% <100.00%> (ø)
ormar/models/helpers/sqlalchemy.py 100.00% <100.00%> (ø)
ormar/models/metaclass.py 100.00% <100.00%> (ø)
ormar/models/mixins/pydantic_mixin.py 100.00% <100.00%> (ø)
... and 24 more
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.