Skip to content

Commit 6872891

Browse files
committed
📦⬆️ Update typer minimum version to 0.16
Raise the minimum typer version requirement from 0.13 to 0.16 to resolve compatibility issues with newer click versions that were causing failures.
1 parent 782a42c commit 6872891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project_name/pyproject.toml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ requires-python = ">=3.{{ python_min }}"
4949
dependencies = [
5050
"loguru >=0",
5151
{% if not has_cli %}# {% endif -%}
52-
"typer >=0.13",
52+
"typer >=0.16",
5353
]
5454

5555
[project.optional-dependencies]

0 commit comments

Comments
 (0)