Skip to content

Commit a0bdd0b

Browse files
Update typer requirement from <0.7.0,>=0.6.1 to >=0.6.1,<0.8.0
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.6.1...0.7.0) --- updated-dependencies: - dependency-name: typer dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 751ed50 commit a0bdd0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies = [
4545
"pydantic >=1.6.2,!=1.7,!=1.7.1,!=1.7.2,!=1.7.3,!=1.8,!=1.8.1,<2.0.0",
4646
"jinja2",
4747
# cli
48-
"typer >=0.6.1,<0.7.0",
48+
"typer >=0.6.1,<0.8.0",
4949
# testing
5050
"httpx >= 0.22.0"
5151
]

0 commit comments

Comments
 (0)