python312Packages.docling*: relax typer dependency

It was recently bumped to 0.15.1, and produced a failure:

typer<0.13.0,>=0.12.5 not satisfied by version 0.15.1

Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
This commit is contained in:
Ihar Hrachyshka
2025-02-06 20:38:55 -05:00
parent 12a098d842
commit c331640d4a
2 changed files with 2 additions and 0 deletions
@@ -53,6 +53,7 @@ buildPythonPackage rec {
pythonRelaxDeps = [
"pillow"
"typer"
];
pythonImportsCheck = [
@@ -91,6 +91,7 @@ buildPythonPackage rec {
pythonRelaxDeps = [
"pillow"
"typer"
];
optional-dependencies = {