Skip to content

Commit 04ac2ea

Browse files
authored
Update typer due to click incompatibility issue (#362)
See fastapi/typer#1215 for details on the issue.
1 parent 8559ea9 commit 04ac2ea

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
@@ -20,7 +20,7 @@ pydantic = "^2.0.0"
2020
python = ">=3.9,<4.0"
2121
python-dateutil = "^2.9.0"
2222
requests = "^2.28.2"
23-
typer = "^0.12.3"
23+
typer = "^0.15.4"
2424
urllib3 = "^1.26.9"
2525

2626
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)