Skip to content
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

Bump autodoc-pydantic from 1.9.0 to 2.1.0 #214

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 25, 2024

Bumps autodoc-pydantic from 1.9.0 to 2.1.0.

Changelog

Sourced from autodoc-pydantic's changelog.

v2.1.0 - 2024-03-18

This is a maintenance and bugfix release extending support to pydantic v2.6, sphinx v7.2 and python 3.12 while dropping support for python 3.7 which has reached EOL.

Features

  • Hide model_computed_fields for pydantic models.
  • Hide settings_customise_sources for pydantic settings.

Testing

  • Add pydantic 2.2/2.3/2.4/2.5/2.6 and sphinx 7.1/7.2 and python 3.12 to test matrix.
  • Remove python 3.7 from test matrix.
  • Remove obsolete skip ci condition from github actions.
  • Update conftest to use pathlib instead of older Sphinx sphinx.testing.path module that is being deprecated for forward-compatibility with newer Sphinx versions.
  • Fix duplicated teset name test_non_field_attributes.
  • Add tests to cover inheritance behavior given inherited-members for field and validator members and summaries.

Bugfix

  • Fix incompatibity with sphinx 7.2 due to changed usage of path objects. For more, see #11606.
  • #176 Remove sphinxcontrib/__init__.py causing ModuleNotFoundError exception in some environments. This should be a namespace package per PEP 420 without __init_.py to match with other extensions.
  • Removing deprecation warning sphinx.util.typing.stringify.
  • Fix bug a bug while sorting members #137.

Internal

  • Fix deprecation warning for tuple interface of ObjectMember in directives/autodocumenters.py.
  • Remove obsolete configuration options which have been removed in v2.
  • Introduce pydantic.options.exists to check for existence of sphinx options.

Documentation

  • Add pydantic to PyPI classifiers to improve discoverability.
  • Correct erdantic installation command in users coniguration section.

... (truncated)

Commits
  • b9b4e2d Merge pull request #213 from mansenfranzen/finalize_2.1.0
  • 6bc9001 Update readme and changelog.
  • 77c1bf5 Merge pull request #212 from mansenfranzen/all-contributors/add-alejandro-yousef
  • 7230e13 docs: update .all-contributorsrc [skip ci]
  • 5791e9d docs: update README.md [skip ci]
  • bbfc59f Merge pull request #211 from mansenfranzen/all-contributors/add-morcef
  • 5b718d7 docs: update .all-contributorsrc [skip ci]
  • 786a125 docs: update README.md [skip ci]
  • 2acdd8e Merge pull request #210 from mansenfranzen/all-contributors/add-Cielquan
  • 4cf7258 docs: update .all-contributorsrc [skip ci]
  • Additional commits viewable in compare view

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 [autodoc-pydantic](https://github.com/mansenfranzen/autodoc_pydantic) from 1.9.0 to 2.1.0.
- [Changelog](https://github.com/mansenfranzen/autodoc_pydantic/blob/main/CHANGELOG.md)
- [Commits](mansenfranzen/autodoc_pydantic@v1.9.0...v2.1.0)

---
updated-dependencies:
- dependency-name: autodoc-pydantic
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Mar 25, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 29, 2024

Superseded by #233.

@dependabot dependabot bot closed this Apr 29, 2024
@dependabot dependabot bot deleted the dependabot/pip/autodoc-pydantic-2.1.0 branch April 29, 2024 04:17
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.

None yet

0 participants