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.8.0 to 1.9.0 #1325

Merged
merged 1 commit into from
Aug 16, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 7, 2023

Bumps autodoc-pydantic from 1.8.0 to 1.9.0.

Changelog

Sourced from autodoc-pydantic's changelog.

v1.9.0 - 2023-06-08

This is a feature release adding support for entity relationship diagrams while dropping python 3.6. Additionally, pydantic v2 is currently excluded until support will be added. Moreover, newest sphinx versions are added to test matrix.

Feature


- Introduce ``erdantic-figure`` and ``erdantic-figure-collapsed`` configuration
  option for pydantic models to add entity relationship diagrams to models'
  documentation either in collapsed form or as an image included to the HTML.
  `[#148](https://github.com/mansenfranzen/autodoc_pydantic/issues/148) <https://github.com/mansenfranzen/autodoc_pydantic/pull/148>`__.

Bugfix


- Run github actions on newest ``ubuntu-22.04``.
- Fix pytest errors with ``sphinx&gt;=6.1`` where the type returned by
  ``autodoc_typehints_format`` changed.
- Provide upper version boundary for pydantic to exclude v2 which
  is not supported, yet.

Internal
</code></pre>
<ul>
<li>Add <code>to_collapsable</code> to <code>directives.templates</code> that provides a
standardized interface to create a collapsable field.</li>
<li>Add <code>erdantic</code> to extras dependencies.</li>
</ul>
<p>Documentation</p>
<pre><code>

  • Add descriptions for erdantic-figure and erdantic-figure-collapsed
    options in the configuration section.
  • Add an example of ERD in the example section.

Testing

  • Exclude python 3.6 in test matrix.
  • Include sphinx 6.0, 6.1, 6.2 and 7.0 in test matrix.
  • Add tests for erdantic-figure and erdantic-figure-collapsed.
  • Fix github actions CI pipeline due to unsupported ubuntu while upgrading to newest ubuntu-22.04.

Contributors

&lt;/tr&gt;&lt;/table&gt; 
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/mansenfranzen/autodoc_pydantic/commit/10434f76f8abb9faee39eab8f5baf3a7deca558c&quot;&gt;&lt;code&gt;10434f7&lt;/code&gt;&lt;/a> Fix poetry urllib issue.</li>
<li><a href="https://github.com/mansenfranzen/autodoc_pydantic/commit/ff0838f4921239e473215b5ad1ee81b6ea4e69e6&quot;&gt;&lt;code&gt;ff0838f&lt;/code&gt;&lt;/a> Merge pull request <a href="https://redirect.github.com/mansenfranzen/autodoc_pydantic/issues/155&quot;&gt;#155&lt;/a> from mansenfranzen/all-contributors/add-tkaraouzene</li>
<li><a href="https://github.com/mansenfranzen/autodoc_pydantic/commit/fd83255a8a4808cc4bcc02f825bbbbc28a92c626&quot;&gt;&lt;code&gt;fd83255&lt;/code&gt;&lt;/a> Add upper pydantic boundary.</li>
<li><a href="https://github.com/mansenfranzen/autodoc_pydantic/commit/4371c292f4b8f5fe7a735266eb0726f5fb1a5f5c&quot;&gt;&lt;code&gt;4371c29&lt;/code&gt;&lt;/a> Add contributor.</li>
<li><a href="https://github.com/mansenfranzen/autodoc_pydantic/commit/97558522dd0e4f3ad603ef29227ed6939a436774&quot;&gt;&lt;code&gt;9755852&lt;/code&gt;&lt;/a> docs: update .all-contributorsrc [skip ci]</li>
<li><a href="https://github.com/mansenfranzen/autodoc_pydantic/commit/33629ece29594ec442cb363c9cb885dc36b8809a&quot;&gt;&lt;code&gt;33629ec&lt;/code&gt;&lt;/a> docs: update README.md [skip ci]</li>
<li><a href="https://github.com/mansenfranzen/autodoc_pydantic/commit/1605bbcb2b4b458963167c12bb2c92fe4c272789&quot;&gt;&lt;code&gt;1605bbc&lt;/code&gt;&lt;/a> Merge pull request <a href="https://redirect.github.com/mansenfranzen/autodoc_pydantic/issues/154&quot;&gt;#154&lt;/a> from mansenfranzen/fix_pydantic_v2_incompatibility</li>
<li><a href="https://github.com/mansenfranzen/autodoc_pydantic/commit/1b61fed303d56f5b82b5bae9d53a1969a3446394&quot;&gt;&lt;code&gt;1b61fed&lt;/code&gt;&lt;/a> Provide upper version boundary to exclude pydantic v2.</li>
<li><a href="https://github.com/mansenfranzen/autodoc_pydantic/commit/19ca2ba9d6a76f6338ce0c267761da11f5a63d3c&quot;&gt;&lt;code&gt;19ca2ba&lt;/code&gt;&lt;/a> Merge pull request <a href="https://redirect.github.com/mansenfranzen/autodoc_pydantic/issues/151&quot;&gt;#151&lt;/a> from mansenfranzen/fix_docs_codecov</li>
<li><a href="https://github.com/mansenfranzen/autodoc_pydantic/commit/af8a6f249a4784269e7c16951eb005e5ef5c9029&quot;&gt;&lt;code&gt;af8a6f2&lt;/code&gt;&lt;/a> Test new pytest and coverage versions.</li>
<li>Additional commits viewable in <a href="https://github.com/mansenfranzen/autodoc_pydantic/compare/v1.8.0...v1.9.0&quot;&gt;compare view</a></li>
</ul>
</details>

<br />

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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 7, 2023
@dependabot dependabot bot requested a review from adriangonz August 7, 2023 05:24
@dependabot dependabot bot force-pushed the dependabot/pip/autodoc-pydantic-1.9.0 branch 5 times, most recently from df84599 to 687a785 Compare August 15, 2023 16:13
Bumps [autodoc-pydantic](https://github.com/mansenfranzen/autodoc_pydantic) from 1.8.0 to 1.9.0.
- [Changelog](https://github.com/mansenfranzen/autodoc_pydantic/blob/main/changelog.rst)
- [Commits](mansenfranzen/autodoc_pydantic@v1.8.0...v1.9.0)

---
updated-dependencies:
- dependency-name: autodoc-pydantic
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/autodoc-pydantic-1.9.0 branch from 687a785 to 9aadd54 Compare August 16, 2023 08:15
@adriangonz adriangonz merged commit dd7d7a7 into master Aug 16, 2023
26 checks passed
@adriangonz adriangonz deleted the dependabot/pip/autodoc-pydantic-1.9.0 branch August 16, 2023 09:24
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