Skip to content

Commit 4d3b0a4

Browse files
Update dependency typer to ^0.21.0
1 parent 474b8c7 commit 4d3b0a4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pyrsistent = "^0.20.0"
1818

1919
# Web and CLI entrypoints
2020
fastapi = "^0.116.1"
21-
typer = {extras = ["rich"], version = "^0.17.3"}
21+
typer = {extras = ["rich"], version = "^0.21.0"}
2222
uvicorn = {extras = ["standard"], version = "^0.35.0"}
2323
# Logging
2424
loguru = "^0.7.2"

0 commit comments

Comments
 (0)