Skip to content

Commit

Permalink
Bump typer from 0.9.0 to 0.12.5 (#8885)
Browse files Browse the repository at this point in the history
Bumps [typer](https://github.com/fastapi/typer) from 0.9.0 to 0.12.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/fastapi/typer/releases">typer's
releases</a>.</em></p>
<blockquote>
<h2>0.12.5</h2>
<h3>Features</h3>
<ul>
<li>💄 Unify the width of the Rich console for help and errors. PR <a
href="https://redirect.github.com/fastapi/typer/pull/788">#788</a> by <a
href="https://github.com/racinmat"><code>@​racinmat</code></a>.</li>
<li>🚸 Improve assertion error message if a group is not a valid
subclass. PR <a
href="https://redirect.github.com/fastapi/typer/pull/425">#425</a> by <a
href="https://github.com/chrisburr"><code>@​chrisburr</code></a>.</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>🐛 Ensure <code>rich_markup_mode=None</code> disables Rich
formatting. PR <a
href="https://redirect.github.com/fastapi/typer/pull/859">#859</a> by <a
href="https://github.com/svlandeg"><code>@​svlandeg</code></a>.</li>
<li>🐛 Fix sourcing of completion path for Git Bash. PR <a
href="https://redirect.github.com/fastapi/typer/pull/801">#801</a> by <a
href="https://github.com/svlandeg"><code>@​svlandeg</code></a>.</li>
<li>🐛 Fix PowerShell completion with incomplete word. PR <a
href="https://redirect.github.com/fastapi/typer/pull/360">#360</a> by <a
href="https://github.com/patricksurry"><code>@​patricksurry</code></a>.</li>
</ul>
<h3>Refactors</h3>
<ul>
<li>🔥 Remove Python 3.6 specific code paths. PR <a
href="https://redirect.github.com/fastapi/typer/pull/850">#850</a> by <a
href="https://github.com/svlandeg"><code>@​svlandeg</code></a>.</li>
<li>🔥 Clean up redundant code. PR <a
href="https://redirect.github.com/fastapi/typer/pull/858">#858</a> by <a
href="https://github.com/svlandeg"><code>@​svlandeg</code></a>.</li>
</ul>
<h3>Docs</h3>
<ul>
<li>♻️ Use F-strings in Click examples in docs. PR <a
href="https://redirect.github.com/fastapi/typer/pull/891">#891</a> by <a
href="https://github.com/svlandeg"><code>@​svlandeg</code></a>.</li>
<li>📝Add missing <code>main.py</code> in tutorial on CLI option names.
PR <a href="https://redirect.github.com/fastapi/typer/pull/868">#868</a>
by <a
href="https://github.com/fsramalho"><code>@​fsramalho</code></a>.</li>
<li>📝 Fix broken link. PR <a
href="https://redirect.github.com/fastapi/typer/pull/835">#835</a> by <a
href="https://github.com/OhioDschungel6"><code>@​OhioDschungel6</code></a>.</li>
<li>📝 Update package docs with the latest versions of Typer and Poetry.
PR <a href="https://redirect.github.com/fastapi/typer/pull/781">#781</a>
by <a href="https://github.com/kinuax"><code>@​kinuax</code></a>.</li>
<li>📝 Update the Progress Bar tutorial with correct output. PR <a
href="https://redirect.github.com/fastapi/typer/pull/199">#199</a> by <a
href="https://github.com/n1ckdm"><code>@​n1ckdm</code></a>.</li>
<li>📝 Add docs and scripts to test completion in different shells. PR <a
href="https://redirect.github.com/fastapi/typer/pull/953">#953</a> by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
<li>✏️ Fix a typo in <code>docs/virtual-environments.md</code>. PR <a
href="https://redirect.github.com/fastapi/typer/pull/952">#952</a> by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
<li>✏️ Fix typo in <code>docs/contributing.md</code>. PR <a
href="https://redirect.github.com/fastapi/typer/pull/947">#947</a> by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
<li>📝 Add docs for virtual environments, environment variables, and
update contributing. PR <a
href="https://redirect.github.com/fastapi/typer/pull/946">#946</a> by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
</ul>
<h3>Internal</h3>
<ul>
<li>🔨 Pre-install dependencies in Docker so that testing in Docker is
faster. PR <a
href="https://redirect.github.com/fastapi/typer/pull/954">#954</a> by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
<li>✅ Add <code>needs_bash</code> test fixture. PR <a
href="https://redirect.github.com/fastapi/typer/pull/888">#888</a> by <a
href="https://github.com/svlandeg"><code>@​svlandeg</code></a>.</li>
<li>⬆ Bump mkdocs-material from 9.5.18 to 9.5.33. PR <a
href="https://redirect.github.com/fastapi/typer/pull/945">#945</a> by <a
href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>.</li>
<li>⬆ Bump pillow from 10.3.0 to 10.4.0. PR <a
href="https://redirect.github.com/fastapi/typer/pull/939">#939</a> by <a
href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>.</li>
<li>👷 Fix issue-manager. PR <a
href="https://redirect.github.com/fastapi/typer/pull/948">#948</a> by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
<li>🙈 Remove extra line in .gitignore. PR <a
href="https://redirect.github.com/fastapi/typer/pull/936">#936</a> by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
<li>⬆ Update pytest-cov requirement from <!-- raw HTML omitted
-->=2.10.0,&lt;6.0.0. PR <a
href="https://redirect.github.com/fastapi/typer/pull/844">#844</a> by <a
href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>.</li>
<li>⬆ Bump pypa/gh-action-pypi-publish from 1.8.11 to 1.9.0. PR <a
href="https://redirect.github.com/fastapi/typer/pull/865">#865</a> by <a
href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>.</li>
<li>⬆ Update pytest requirement from <!-- raw HTML omitted
-->=4.4.0,&lt;9.0.0. PR <a
href="https://redirect.github.com/fastapi/typer/pull/915">#915</a> by <a
href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>.</li>
<li>⬆ Update pytest-sugar requirement from <!-- raw HTML omitted
-->=0.9.4,&lt;1.1.0. PR <a
href="https://redirect.github.com/fastapi/typer/pull/841">#841</a> by <a
href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>.</li>
</ul>
<h2>0.12.4</h2>
<h3>Features</h3>
<ul>
<li>✨ Add support for Python 3.12, tests in CI and official marker. PR
<a href="https://redirect.github.com/tiangolo/typer/pull/807">#807</a>
by <a
href="https://github.com/ivantodorovich"><code>@​ivantodorovich</code></a>.</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>🐛 Fix support for <code>UnionType</code> (e.g. <code>str |
None</code>) with Python 3.11. PR <a
href="https://redirect.github.com/fastapi/typer/pull/548">#548</a> by <a
href="https://github.com/jonaslb"><code>@​jonaslb</code></a>.</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/fastapi/typer/blob/master/docs/release-notes.md">typer's
changelog</a>.</em></p>
<blockquote>
<h2>0.12.5</h2>
<h3>Features</h3>
<ul>
<li>💄 Unify the width of the Rich console for help and errors. PR <a
href="https://redirect.github.com/fastapi/typer/pull/788">#788</a> by <a
href="https://github.com/racinmat"><code>@​racinmat</code></a>.</li>
<li>🚸 Improve assertion error message if a group is not a valid
subclass. PR <a
href="https://redirect.github.com/fastapi/typer/pull/425">#425</a> by <a
href="https://github.com/chrisburr"><code>@​chrisburr</code></a>.</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>🐛 Ensure <code>rich_markup_mode=None</code> disables Rich
formatting. PR <a
href="https://redirect.github.com/fastapi/typer/pull/859">#859</a> by <a
href="https://github.com/svlandeg"><code>@​svlandeg</code></a>.</li>
<li>🐛 Fix sourcing of completion path for Git Bash. PR <a
href="https://redirect.github.com/fastapi/typer/pull/801">#801</a> by <a
href="https://github.com/svlandeg"><code>@​svlandeg</code></a>.</li>
<li>🐛 Fix PowerShell completion with incomplete word. PR <a
href="https://redirect.github.com/fastapi/typer/pull/360">#360</a> by <a
href="https://github.com/patricksurry"><code>@​patricksurry</code></a>.</li>
</ul>
<h3>Refactors</h3>
<ul>
<li>🔥 Remove Python 3.6 specific code paths. PR <a
href="https://redirect.github.com/fastapi/typer/pull/850">#850</a> by <a
href="https://github.com/svlandeg"><code>@​svlandeg</code></a>.</li>
<li>🔥 Clean up redundant code. PR <a
href="https://redirect.github.com/fastapi/typer/pull/858">#858</a> by <a
href="https://github.com/svlandeg"><code>@​svlandeg</code></a>.</li>
</ul>
<h3>Docs</h3>
<ul>
<li>♻️ Use F-strings in Click examples in docs. PR <a
href="https://redirect.github.com/fastapi/typer/pull/891">#891</a> by <a
href="https://github.com/svlandeg"><code>@​svlandeg</code></a>.</li>
<li>📝Add missing <code>main.py</code> in tutorial on CLI option names.
PR <a href="https://redirect.github.com/fastapi/typer/pull/868">#868</a>
by <a
href="https://github.com/fsramalho"><code>@​fsramalho</code></a>.</li>
<li>📝 Fix broken link. PR <a
href="https://redirect.github.com/fastapi/typer/pull/835">#835</a> by <a
href="https://github.com/OhioDschungel6"><code>@​OhioDschungel6</code></a>.</li>
<li>📝 Update package docs with the latest versions of Typer and Poetry.
PR <a href="https://redirect.github.com/fastapi/typer/pull/781">#781</a>
by <a href="https://github.com/kinuax"><code>@​kinuax</code></a>.</li>
<li>📝 Update the Progress Bar tutorial with correct output. PR <a
href="https://redirect.github.com/fastapi/typer/pull/199">#199</a> by <a
href="https://github.com/n1ckdm"><code>@​n1ckdm</code></a>.</li>
<li>📝 Add docs and scripts to test completion in different shells. PR <a
href="https://redirect.github.com/fastapi/typer/pull/953">#953</a> by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
<li>✏️ Fix a typo in <code>docs/virtual-environments.md</code>. PR <a
href="https://redirect.github.com/fastapi/typer/pull/952">#952</a> by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
<li>✏️ Fix typo in <code>docs/contributing.md</code>. PR <a
href="https://redirect.github.com/fastapi/typer/pull/947">#947</a> by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
<li>📝 Add docs for virtual environments, environment variables, and
update contributing. PR <a
href="https://redirect.github.com/fastapi/typer/pull/946">#946</a> by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
</ul>
<h3>Internal</h3>
<ul>
<li>🔨 Pre-install dependencies in Docker so that testing in Docker is
faster. PR <a
href="https://redirect.github.com/fastapi/typer/pull/954">#954</a> by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
<li>✅ Add <code>needs_bash</code> test fixture. PR <a
href="https://redirect.github.com/fastapi/typer/pull/888">#888</a> by <a
href="https://github.com/svlandeg"><code>@​svlandeg</code></a>.</li>
<li>⬆ Bump mkdocs-material from 9.5.18 to 9.5.33. PR <a
href="https://redirect.github.com/fastapi/typer/pull/945">#945</a> by <a
href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>.</li>
<li>⬆ Bump pillow from 10.3.0 to 10.4.0. PR <a
href="https://redirect.github.com/fastapi/typer/pull/939">#939</a> by <a
href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>.</li>
<li>👷 Fix issue-manager. PR <a
href="https://redirect.github.com/fastapi/typer/pull/948">#948</a> by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
<li>🙈 Remove extra line in .gitignore. PR <a
href="https://redirect.github.com/fastapi/typer/pull/936">#936</a> by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
<li>⬆ Update pytest-cov requirement from <!-- raw HTML omitted
-->=2.10.0,&lt;6.0.0. PR <a
href="https://redirect.github.com/fastapi/typer/pull/844">#844</a> by <a
href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>.</li>
<li>⬆ Bump pypa/gh-action-pypi-publish from 1.8.11 to 1.9.0. PR <a
href="https://redirect.github.com/fastapi/typer/pull/865">#865</a> by <a
href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>.</li>
<li>⬆ Update pytest requirement from <!-- raw HTML omitted
-->=4.4.0,&lt;9.0.0. PR <a
href="https://redirect.github.com/fastapi/typer/pull/915">#915</a> by <a
href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>.</li>
<li>⬆ Update pytest-sugar requirement from <!-- raw HTML omitted
-->=0.9.4,&lt;1.1.0. PR <a
href="https://redirect.github.com/fastapi/typer/pull/841">#841</a> by <a
href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>.</li>
</ul>
<h2>0.12.4</h2>
<h3>Features</h3>
<ul>
<li>✨ Add support for Python 3.12, tests in CI and official marker. PR
<a href="https://redirect.github.com/tiangolo/typer/pull/807">#807</a>
by <a
href="https://github.com/ivantodorovich"><code>@​ivantodorovich</code></a>.</li>
</ul>
<h3>Fixes</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/fastapi/typer/commit/88aefd4492696bd1afa7bdb49477dec2c29d7e77"><code>88aefd4</code></a>
🔖 Release version 0.12.5</li>
<li><a
href="https://github.com/fastapi/typer/commit/3ac3644d480677ae44c50e436920def381aab915"><code>3ac3644</code></a>
📝 Update release notes</li>
<li><a
href="https://github.com/fastapi/typer/commit/d93c0ac714386b39df87597e30149bf2c2a7e824"><code>d93c0ac</code></a>
🔨 Pre-install dependencies in Docker so that testing in Docker is faster
(<a
href="https://redirect.github.com/fastapi/typer/issues/954">#954</a>)</li>
<li><a
href="https://github.com/fastapi/typer/commit/a3378509cf2cc949473daf3c144ed759051de6c9"><code>a337850</code></a>
📝 Update release notes</li>
<li><a
href="https://github.com/fastapi/typer/commit/a5b7557140eda1f494050a791d51469ca6483805"><code>a5b7557</code></a>
✅ Add <code>needs_bash</code> test fixture (<a
href="https://redirect.github.com/fastapi/typer/issues/888">#888</a>)</li>
<li><a
href="https://github.com/fastapi/typer/commit/6cc1f9a361414c09db45a0ffd36823fdfd405636"><code>6cc1f9a</code></a>
📝 Update release notes</li>
<li><a
href="https://github.com/fastapi/typer/commit/fc2c54f0aa9508b4a72ae50cb3bcb3bd0e6c1a21"><code>fc2c54f</code></a>
🐛 Ensure <code>rich_markup_mode=None</code> disables Rich formatting (<a
href="https://redirect.github.com/fastapi/typer/issues/859">#859</a>)</li>
<li><a
href="https://github.com/fastapi/typer/commit/f17bb0675a33d23064b24c67754e8fa78e3dfc41"><code>f17bb06</code></a>
📝 Update release notes</li>
<li><a
href="https://github.com/fastapi/typer/commit/afac2b80dca716f65e63f539b5885c37e031a0cf"><code>afac2b8</code></a>
🐛 Fix sourcing of completion path for Git Bash (<a
href="https://redirect.github.com/fastapi/typer/issues/801">#801</a>)</li>
<li><a
href="https://github.com/fastapi/typer/commit/6b35a70cd128366fe70d019ebaea2556ab50d4f0"><code>6b35a70</code></a>
📝 Update release notes</li>
<li>Additional commits viewable in <a
href="https://github.com/fastapi/typer/compare/0.9.0...0.12.5">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=typer&package-manager=pip&previous-version=0.9.0&new-version=0.12.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 26, 2024
1 parent 0e8587c commit 42ffeab
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 6 deletions.
15 changes: 13 additions & 2 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,12 @@ jinja2==3.1.4
# via
# sphinx
# towncrier
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.5
# via jinja2
mdurl==0.1.2
# via markdown-it-py
multidict==6.0.5
# via
# -r requirements/multidict.in
Expand Down Expand Up @@ -155,7 +159,9 @@ pydantic-core==2.20.1
pyenchant==3.2.2
# via sphinxcontrib-spelling
pygments==2.18.0
# via sphinx
# via
# rich
# sphinx
pyjwt==2.8.0
# via
# gidgethub
Expand Down Expand Up @@ -195,8 +201,12 @@ requests==2.32.3
# cherry-picker
# python-on-whales
# sphinx
rich==13.7.1
# via typer
setuptools-git==1.2
# via -r requirements/test.in
shellingham==1.5.4
# via typer
six==1.16.0
# via python-dateutil
slotscheck==0.19.0
Expand Down Expand Up @@ -248,7 +258,7 @@ trustme==1.1.0 ; platform_machine != "i686"
# via
# -r requirements/lint.in
# -r requirements/test.in
typer==0.9.0
typer==0.12.5
# via python-on-whales
typing-extensions==4.10.0
# via
Expand All @@ -258,6 +268,7 @@ typing-extensions==4.10.0
# pydantic
# pydantic-core
# python-on-whales
# rich
# typer
uritemplate==4.1.1
# via gidgethub
Expand Down
15 changes: 13 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,12 @@ jinja2==3.1.4
# via
# sphinx
# towncrier
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.5
# via jinja2
mdurl==0.1.2
# via markdown-it-py
multidict==6.0.5
# via
# -r requirements/runtime-deps.in
Expand Down Expand Up @@ -150,7 +154,9 @@ pydantic==2.8.2
pydantic-core==2.20.1
# via pydantic
pygments==2.18.0
# via sphinx
# via
# rich
# sphinx
pyjwt==2.8.0
# via
# gidgethub
Expand Down Expand Up @@ -190,8 +196,12 @@ requests==2.32.3
# cherry-picker
# python-on-whales
# sphinx
rich==13.7.1
# via typer
setuptools-git==1.2
# via -r requirements/test.in
shellingham==1.5.4
# via typer
six==1.16.0
# via python-dateutil
slotscheck==0.19.0
Expand Down Expand Up @@ -240,7 +250,7 @@ trustme==1.1.0 ; platform_machine != "i686"
# via
# -r requirements/lint.in
# -r requirements/test.in
typer==0.9.0
typer==0.12.5
# via python-on-whales
typing-extensions==4.10.0
# via
Expand All @@ -250,6 +260,7 @@ typing-extensions==4.10.0
# pydantic
# pydantic-core
# python-on-whales
# rich
# typer
uritemplate==4.1.1
# via gidgethub
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ tqdm==4.66.5
# via python-on-whales
trustme==1.1.0
# via -r requirements/lint.in
typer==0.12.3
typer==0.12.5
# via python-on-whales
typing-extensions==4.10.0
# via
Expand Down
13 changes: 12 additions & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ idna==3.4
# yarl
iniconfig==2.0.0
# via pytest
markdown-it-py==3.0.0
# via rich
mdurl==0.1.2
# via markdown-it-py
multidict==6.0.5
# via
# -r requirements/runtime-deps.in
Expand All @@ -75,6 +79,8 @@ pydantic==2.8.2
# via python-on-whales
pydantic-core==2.20.1
# via pydantic
pygments==2.18.0
# via rich
pytest==8.1.1
# via
# -r requirements/test.in
Expand All @@ -94,8 +100,12 @@ regex==2024.7.24
# via re-assert
requests==2.32.3
# via python-on-whales
rich==13.7.1
# via typer
setuptools-git==1.2
# via -r requirements/test.in
shellingham==1.5.4
# via typer
six==1.16.0
# via python-dateutil
tomli==2.0.1
Expand All @@ -107,7 +117,7 @@ tqdm==4.66.5
# via python-on-whales
trustme==1.1.0 ; platform_machine != "i686"
# via -r requirements/test.in
typer==0.9.0
typer==0.12.5
# via python-on-whales
typing-extensions==4.10.0
# via
Expand All @@ -116,6 +126,7 @@ typing-extensions==4.10.0
# pydantic
# pydantic-core
# python-on-whales
# rich
# typer
urllib3==2.2.2
# via requests
Expand Down

0 comments on commit 42ffeab

Please sign in to comment.