Skip to content

Commit 9a24424

Browse files
committed
Review typer dependency version pin
1 parent 52cb2fe commit 9a24424

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
@@ -33,7 +33,7 @@ dynamic = [
3333

3434
requires-python = '>=3.8'
3535
dependencies = [
36-
'typer>=0.4.2',
36+
'typer>=0.4.2,<0.12.0',
3737
'uvloop~=0.18.0; sys_platform != "win32" and platform_python_implementation == "CPython"',
3838
]
3939

0 commit comments

Comments
 (0)