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:37:57 -05:00
parent 578ed25cac
commit bd76037f20
2 changed files with 2 additions and 0 deletions
@@ -54,6 +54,7 @@ buildPythonPackage rec {
pythonRelaxDeps = [
"pillow"
"typer"
];
pythonImportsCheck = [
@@ -91,6 +91,7 @@ buildPythonPackage rec {
pythonRelaxDeps = [
"pillow"
"typer"
];
optional-dependencies = {