Skip to content

Bump erdantic from 1.1.0.post1 to 1.2.1#264

Open
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/uv/erdantic-1.2.1
Open

Bump erdantic from 1.1.0.post1 to 1.2.1#264
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/uv/erdantic-1.2.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2026

Bumps erdantic from 1.1.0.post1 to 1.2.1.

Release notes

Sourced from erdantic's releases.

v1.2.1 (2026-02-15)

  • Added official support for Python 3.14. ([PR #164](drivendataorg/erdantic#164))
    • Note: The pydantic_v1 plugin is disabled when running on Python 3.14+, as Pydantic has dropped support for its V1 legacy module.
    • Note: Python 3.14's internal representation of typing.Union and typing.Optional have changed, such that they will always render using the | operator.

v1.2.0 (2025-09-15)

  • Added support for the D2 diagramming language for class diagrams. Use EntityRelationshipDiagram.to_d2() to get the D2 representation programmatically, or the CLI flag --d2 to print it to stdout. The --dot and --d2 options are mutually exclusive, and -o/--out is ignored when --d2 is used. ([PR #152](drivendataorg/erdantic#152) and [PR #162](drivendataorg/erdantic#162), contribution thanks to @​Else00)

v1.1.1 (2025-07-19)

  • Changed plugins.pydantic.get_fields_from_pydantic_model to force model rebuild. This helps address cases of unresolved forward references where Pydantic mistakenly skips rebuilding. Fixes #153. ([PR #154](drivendataorg/erdantic#154))
  • [Examples] Changed Party class in all example modules to use list instead of typing.List for the type annotation for the members field.
Changelog

Sourced from erdantic's changelog.

v1.2.1 (2026-02-15)

  • Added official support for Python 3.14. ([PR #164](drivendataorg/erdantic#164))
    • Note: The pydantic_v1 plugin is disabled when running on Python 3.14+, as Pydantic has dropped support for its V1 legacy module.
    • Note: Python 3.14's internal representation of typing.Union and typing.Optional have changed, such that they will always render using the | operator.

v1.2.0 (2025-09-15)

  • Added support for the D2 diagramming language for class diagrams. Use EntityRelationshipDiagram.to_d2() to get the D2 representation programmatically, or the CLI flag --d2 to print it to stdout. The --dot and --d2 options are mutually exclusive, and -o/--out is ignored when --d2 is used. ([PR #152](drivendataorg/erdantic#152) and [PR #162](drivendataorg/erdantic#162), contribution thanks to @​Else00)

v1.1.1 (2025-07-19)

  • Changed plugins.pydantic.get_fields_from_pydantic_model to force model rebuild. This helps address cases of unresolved forward references where Pydantic mistakenly skips rebuilding. Fixes #153. ([PR #154](drivendataorg/erdantic#154))
  • [Examples] Changed Party class in all example modules to use list instead of typing.List for the type annotation for the members field.

v1.1.0 (2025-04-12)

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 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 [erdantic](https://github.com/drivendataorg/erdantic) from 1.1.0.post1 to 1.2.1.
- [Release notes](https://github.com/drivendataorg/erdantic/releases)
- [Changelog](https://github.com/drivendataorg/erdantic/blob/main/CHANGELOG.md)
- [Commits](drivendataorg/erdantic@v1.1.0.post1...v1.2.1)

---
updated-dependencies:
- dependency-name: erdantic
  dependency-version: 1.2.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Mar 1, 2026
@sonarqubecloud
Copy link

sonarqubecloud bot commented Mar 1, 2026

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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants