Skip to content

pip(deps-dev): bump pydantic from 2.12.0a1 to 2.12.0b1#2549

Merged
sanjeeven-singh merged 1 commit intodevelopfrom
dependabot/pip/develop/pydantic-2.12.0b1
Oct 3, 2025
Merged

pip(deps-dev): bump pydantic from 2.12.0a1 to 2.12.0b1#2549
sanjeeven-singh merged 1 commit intodevelopfrom
dependabot/pip/develop/pydantic-2.12.0b1

Conversation

@dependabot
Copy link
Copy Markdown
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

You can trigger a rebase of this PR 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: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 3, 2025
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 3, 2025
@sanjeeven-singh sanjeeven-singh merged commit 6a93de4 into develop Oct 3, 2025
3 of 4 checks passed
@dependabot dependabot Bot deleted the dependabot/pip/develop/pydantic-2.12.0b1 branch October 3, 2025 09:56
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