Skip to content

Add discriminated union related metadata entries to the CoreMetadata definition #11216

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

Viicos
Copy link
Member

@Viicos Viicos commented Jan 3, 2025

From #10655.

Change Summary

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 Jan 3, 2025
Copy link

Deploying pydantic-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: de894e3
Status: ✅  Deploy successful!
Preview URL: https://760627cb.pydantic-docs.pages.dev
Branch Preview URL: https://discriminated-union-meta-typ.pydantic-docs.pages.dev

View logs

Copy link

codspeed-hq bot commented Jan 3, 2025

CodSpeed Performance Report

Merging #11216 will not alter performance

Comparing discriminated-union-meta-typed (de894e3) with main (aa85c3a)

Summary

✅ 46 untouched benchmarks

Copy link
Contributor

github-actions bot commented Jan 3, 2025

Coverage report

Click to see where and how coverage changed

FileStatementsMissingCoverageCoverage
(new stmts)
Lines missing
  pydantic
  types.py
  pydantic/_internal
  _core_metadata.py
  _discriminated_union.py
  _generate_schema.py
Project Total  

This report was generated by python-coverage-comment-action

Copy link
Contributor

@sydney-runkle sydney-runkle left a comment

Choose a reason for hiding this comment

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

Yep, this makes sense.

I would love to not have to apply discriminators after schema build, but I don't think we know of a great way around that for now.

This is more consistent with the metadata pattern we currently use elsewhere, at least.

Would also love to have another discussion about moving that metadata structure to pydantic-core so that we can avoid all of the internal casting...

@sydney-runkle sydney-runkle merged commit 9dc7d0b into main Jan 7, 2025
62 checks passed
@sydney-runkle sydney-runkle deleted the discriminated-union-meta-typed branch January 7, 2025 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
relnotes-fix Used for bugfixes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants