Skip to content

Conversation

Viicos
Copy link
Member

@Viicos Viicos commented Oct 6, 2025

Change Summary

Following pydantic/pydantic-core#1780.

Fixes #7114.
Fixes #5827.

Related issue number

Checklist

  • The pull request title is a good summary of the changes - it will be used in the changelog
  • Unit tests for the changes exist
  • Tests pass on CI
  • Documentation reflects the changes where applicable
  • My PR is ready to review, please add a comment including the phrase "please review" to assign reviewers

@github-actions github-actions bot added the relnotes-fix Used for bugfixes. label Oct 6, 2025
Copy link
Contributor

github-actions bot commented Oct 6, 2025

Coverage report

This PR does not seem to contain any modification to coverable code.

Copy link

codspeed-hq bot commented Oct 6, 2025

CodSpeed Performance Report

Merging #12334 will improve performances by 6.59%

Comparing exclude-computed-fields (49b1df6) with main (9b939b2)

Summary

⚡ 1 improvement
✅ 45 untouched

Benchmarks breakdown

Benchmark BASE HEAD Change
test_model_validators_serializers 813.8 µs 763.5 µs +6.59%

@Viicos Viicos added relnotes-feature and removed relnotes-fix Used for bugfixes. labels Oct 7, 2025
@Viicos Viicos merged commit 21c7d92 into main Oct 7, 2025
66 checks passed
@Viicos Viicos deleted the exclude-computed-fields branch October 7, 2025 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow computed fields to be excluded from model export
2 participants