Skip to content

Commit bd76037

Browse files
committed
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 <[email protected]>
1 parent 578ed25 commit bd76037

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pkgs/development/python-modules/docling-core/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ buildPythonPackage rec {
5454

5555
pythonRelaxDeps = [
5656
"pillow"
57+
"typer"
5758
];
5859

5960
pythonImportsCheck = [

pkgs/development/python-modules/docling/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ buildPythonPackage rec {
9191

9292
pythonRelaxDeps = [
9393
"pillow"
94+
"typer"
9495
];
9596

9697
optional-dependencies = {

0 commit comments

Comments
 (0)