Bump typer version (#444)

This commit is contained in:
Thang Bui-Nguyen
2025-07-13 21:42:59 +07:00
committed by GitHub
parent 2adde0b384
commit 037e3b6f65

View File

@@ -81,7 +81,7 @@ dynamic = ["version"] # We will use hatchling to generate the version number
[project.optional-dependencies]
full = [
'typer==0.15.2', # to create the command-line interface
'typer==0.16.0', # to create the command-line interface
"markdown==3.7", # to convert Markdown to HTML
"watchdog==6.0.0", # to poll files for updates
"typst==0.13.1", # to render PDF from Typst source files