Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 3, 2025

Bumps pydantic from 2.12.0a1 to 2.12.0b1.

Release notes

Sourced from pydantic's releases.

v2.12.0b1 2025-10-03

v2.12.0b1 (2025-10-03)

This is the first beta release of the upcoming 2.12 release.

What's Changed

Packaging

New Features

Changes

  • Raise error if an incompatible pydantic-core version is installed by @​Viicos in #12196
  • Remove runtime warning for experimental features by @​Viicos in #12265
  • Warn if registering virtual subclasses on Pydantic models by @​Viicos in #11669

Fixes

  • Fix __getattr__() behavior on Pydantic models when a property raised an AttributeError and extra values are present by @​raspuchin in #12106
  • Add test to prevent regression with Pydantic models used as annotated metadata by @​Viicos in #12133
  • Allow to use property setters on Pydantic dataclasses with validate_assignment set by @​Viicos in #12173
  • Fix mypy v2 plugin for upcoming mypy release by @​cdce8p in #12209
  • Respect custom title in functions JSON Schema by @​Viicos in #11892
  • Fix ImportString JSON serialization for objects with a name attribute by @​chr1sj0nes in #12219
  • Do not error on fields overridden by methods in the mypy plugin by @​Viicos in #12290

New Contributors

Changelog

Sourced from pydantic's changelog.

v2.12.0b1 (2025-10-03)

GitHub release

This is the first beta release of the upcoming 2.12 release.

What's Changed

Packaging

New Features

Changes

  • Raise error if an incompatible pydantic-core version is installed by @​Viicos in #12196
  • Remove runtime warning for experimental features by @​Viicos in #12265
  • Warn if registering virtual subclasses on Pydantic models by @​Viicos in #11669

Fixes

  • Fix __getattr__() behavior on Pydantic models when a property raised an AttributeError and extra values are present by @​raspuchin in #12106
  • Add test to prevent regression with Pydantic models used as annotated metadata by @​Viicos in #12133
  • Allow to use property setters on Pydantic dataclasses with validate_assignment set by @​Viicos in #12173
  • Fix mypy v2 plugin for upcoming mypy release by @​cdce8p in #12209
  • Respect custom title in functions JSON Schema by @​Viicos in #11892
  • Fix ImportString JSON serialization for objects with a name attribute by @​chr1sj0nes in #12219
  • Do not error on fields overridden by methods in the mypy plugin by @​Viicos in #12290

New Contributors

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.12.0a1 to 2.12.0b1.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.12.0a1...v2.12.0b1)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-version: 2.12.0b1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 3, 2025
Copy link

codecov bot commented Oct 3, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.58%. Comparing base (1d7b5c3) to head (276ce8f).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2156      +/-   ##
==========================================
+ Coverage   84.56%   84.58%   +0.02%     
==========================================
  Files          46       46              
  Lines        8389     8389              
  Branches     1970     1970              
==========================================
+ Hits         7094     7096       +2     
+ Misses        826      824       -2     
  Partials      469      469              

☔ 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@mr-c mr-c enabled auto-merge (squash) October 3, 2025 07:29
@mr-c mr-c merged commit 2291376 into main Oct 3, 2025
50 checks passed
@mr-c mr-c deleted the dependabot/pip/pydantic-2.12.0b1 branch October 3, 2025 12:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant