mirror of
https://github.com/DS4SD/docling.git
synced 2025-12-08 12:48:28 +00:00
fix: pin wider range of typer (#2309)
* pin larger range of typer Signed-off-by: Michele Dolfi <dol@zurich.ibm.com> * update docling-core Signed-off-by: Michele Dolfi <dol@zurich.ibm.com> * update deps Signed-off-by: Michele Dolfi <dol@zurich.ibm.com> * update tests Signed-off-by: Michele Dolfi <dol@zurich.ibm.com> * lock docling-parse 4.5.0 Signed-off-by: Michele Dolfi <dol@zurich.ibm.com> * update results with docling-parse=4.4.0 Signed-off-by: Michele Dolfi <dol@zurich.ibm.com> --------- Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
This commit is contained in:
@@ -55,7 +55,7 @@ dependencies = [
|
||||
'easyocr (>=1.7,<2.0)',
|
||||
'certifi (>=2024.7.4)',
|
||||
'rtree (>=1.3.0,<2.0.0)',
|
||||
'typer (>=0.12.5,<0.17.0)',
|
||||
'typer (>=0.12.5,<0.20.0)',
|
||||
'python-docx (>=1.1.2,<2.0.0)',
|
||||
'python-pptx (>=1.0.2,<2.0.0)',
|
||||
'beautifulsoup4 (>=4.12.3,<5.0.0)',
|
||||
|
||||
Reference in New Issue
Block a user