Skip to content

Commit 3b22ba0

Browse files
committed
⬆️ Upgrade Typer and Rich Toolkit
1 parent 3d895d4 commit 3b22ba0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ classifiers = [
3232
"License :: OSI Approved :: MIT License",
3333
]
3434
dependencies = [
35-
"typer >= 0.12.3",
35+
"typer >= 0.15.1",
3636
"uvicorn[standard] >= 0.15.0",
37-
"rich-toolkit >= 0.11.1"
37+
"rich-toolkit >= 0.14.8",
3838
]
3939

4040
[project.optional-dependencies]

0 commit comments

Comments
 (0)