Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 22, 2025

Bumps typer from 0.15.4 to 0.19.1.

Release notes

Sourced from typer's releases.

0.19.1

Note: this is the last version to support Python 3.7, going forward Typer will require Python 3.8+. And soon Python 3.8 will also be dropped as Python 3.8 reached it's end of life almost a year ago.

Fixes

  • 🐛 Ensure that Optional[list] values work correctly with callbacks. PR #1018 by @​solesensei.

0.19.0

Features

  • ✨ Support typing.Literal to define a set of predefined choices. PR #429 by @​blackary.
  • ✨ Allow setting an environment variable to None in CliRunner.invoke. PR #1303 by @​arjenzorgdoc.

Refactors

Docs

0.18.0

Fixes

  • 👽️ Ensure compatibility with Click 8.3.0 by restoring the original value_is_missing function. PR #1333 by @​svlandeg.

Upgrades

  • 📌 Remove pin for Click < 8.3.0 now that there's a fix for the changes. PR #1346 by @​tiangolo.

0.17.5

Fixes

  • ⬇️ Restrict Click to below 8.3.0 to handle changes in the new version. PR #1336 by @​svlandeg.

Internal

0.17.4

... (truncated)

Changelog

Sourced from typer's changelog.

0.19.1

Note: this is the last version to support Python 3.7, going forward Typer will require Python 3.8+. And soon Python 3.8 will also be dropped as Python 3.8 reached it's end of life almost a year ago.

Fixes

  • 🐛 Ensure that Optional[list] values work correctly with callbacks. PR #1018 by @​solesensei.

0.19.0

Features

  • ✨ Support typing.Literal to define a set of predefined choices. PR #429 by @​blackary.
  • ✨ Allow setting an environment variable to None in CliRunner.invoke. PR #1303 by @​arjenzorgdoc.

Refactors

Docs

0.18.0

Fixes

  • 👽️ Ensure compatibility with Click 8.3.0 by restoring the original value_is_missing function. PR #1333 by @​svlandeg.

Upgrades

  • 📌 Remove pin for Click < 8.3.0 now that there's a fix for the changes. PR #1346 by @​tiangolo.

0.17.5

Fixes

  • ⬇️ Restrict Click to below 8.3.0 to handle changes in the new version. PR #1336 by @​svlandeg.

Internal

... (truncated)

Commits
  • 7afa636 🔖 Release version 0.19.1
  • 82e27e9 📝 Update release notes
  • 53ae9ee 🐛 Ensure that Optional[list] values work correctly with callbacks (#1018)
  • 13619fb 🔖 Release version 0.19.0
  • 7a0f002 📝 Update release notes
  • 05400d9 📝 Update release notes
  • 6774f1d ✨ Support typing.Literal to define a set of predefined choices (#429)
  • 2ece3e6 📝 Update release notes
  • 2b05c7c ✅ Avoid rich formatting in number test (#1305)
  • 9dfdd51 📝 Update release notes
  • 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)

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 22, 2025

Labels

The following labels could not be found: automated-update, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Bumps [typer](https://github.com/fastapi/typer) from 0.15.4 to 0.19.1.
- [Release notes](https://github.com/fastapi/typer/releases)
- [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md)
- [Commits](fastapi/typer@0.15.4...0.19.1)

---
updated-dependencies:
- dependency-name: typer
  dependency-version: 0.19.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/typer-0.19.1 branch from 0c08ab0 to c5bba6f Compare September 23, 2025 18:49
@atellaluca atellaluca closed this Sep 26, 2025
@atellaluca atellaluca deleted the dependabot/pip/typer-0.19.1 branch September 26, 2025 14:55
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 26, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant