Skip to content

Commit bdc8253

Browse files
Update typer requirement from <0.16,>=0.15.2 to >=0.15.2,<0.17 (#867)
Updates the requirements on [typer](https://github.com/fastapi/typer) to permit the latest version. - [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.2...0.16.0) --- updated-dependencies: - dependency-name: typer dependency-version: 0.16.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5fea198 commit bdc8253

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies = [
2121
"rich>=14.0.0,<15",
2222
"sqlalchemy[asyncio, postgresql_psycopg]>=2.0.40,<3",
2323
"tenacity>=9.1.2,<10",
24-
"typer>=0.15.2,<0.16",
24+
"typer>=0.15.2,<0.17",
2525
"us>=3.2.0,<4",
2626
]
2727

0 commit comments

Comments
 (0)