Skip to content
This repository has been archived by the owner on Apr 6, 2024. It is now read-only.

⬆️ Update typer requirement from ^0.3.0 to >=0.3,<0.5 #49

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 30, 2021

Updates the requirements on typer to permit the latest version.

Release notes

Sourced from typer's releases.

0.4.0

Features

  • ✨ Add support for Click 8 while keeping compatibility with Click 7. PR #317 by @​tiangolo.

Internal

Changelog

Sourced from typer's changelog.

0.4.0

Features

  • ✨ Add support for Click 8 while keeping compatibility with Click 7. PR #317 by @​tiangolo.

Internal

0.3.2

Features

Docs

Internal

  • Report coverage in XML to support GitHub Actions. PR #146.
  • Update badges and remove Travis, now that GitHub Actions is the main CI. PR #145.

0.3.1

  • Add GitHub Actions, move from Travis. PR #144.
  • Pin dependencies. PR #138.
  • Add Dependabot. PR #136.
  • Upgrade Isort to version 5.x.x. PR #137.

0.3.0

  • Add support for help parameter in CLI arguments:
    • As help in CLI arguments is not supported by Click, there are two new internal classes (Click sub-classes) to support it:
      • typer.core.TyperArgument
      • typer.core.TyperCommand
    • This includes a new auto-generated help text section Arguments for CLI arguments, showing defaults, required arguments, etc.
    • It's also possible to disable it and keep the previous behavior, not showing automatic help for CLI arguments (Click's default) using the hidden parameter.
    • Now show_default is True by default.
    • And now show_envvar is True by default.
    • So, default values and env vars are shown in the help text by default, without having to manually enable them, for both CLI arguments and CLI options.

... (truncated)

Commits

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)

Updates the requirements on [typer](https://github.com/tiangolo/typer) to permit the latest version.
- [Release notes](https://github.com/tiangolo/typer/releases)
- [Changelog](https://github.com/tiangolo/typer/blob/master/docs/release-notes.md)
- [Commits](fastapi/typer@0.3.0...0.4.0)

---
updated-dependencies:
- dependency-name: typer
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 30, 2021
@musicinmybrain
Copy link

musicinmybrain commented Aug 31, 2021

Needs work to support click 8.x in order to support typer 0.4.x: #50

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 7, 2022

Superseded by #71.

@dependabot dependabot bot closed this Jul 7, 2022
@dependabot dependabot bot deleted the dependabot/pip/typer-gte-0.3-and-lt-0.5 branch July 7, 2022 13:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant