mirror of
https://github.com/DS4SD/docling.git
synced 2025-12-08 20:58:11 +00:00
fix(deps): widen typer upper bound (#1375)
bump typer Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
This commit is contained in:
@@ -62,7 +62,7 @@ scipy = [
|
||||
{ version = "^1.6.0", markers = "python_version >= '3.10'" },
|
||||
{ version = ">=1.6.0,<1.14.0", markers = "python_version < '3.10'" },
|
||||
]
|
||||
typer = "^0.12.5"
|
||||
typer = ">=0.12.5,<0.16.0"
|
||||
python-docx = "^1.1.2"
|
||||
python-pptx = "^1.0.2"
|
||||
beautifulsoup4 = "^4.12.3"
|
||||
|
||||
Reference in New Issue
Block a user