Skip to content

Commit c331640

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 12a098d commit c331640

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
@@ -53,6 +53,7 @@ buildPythonPackage rec {
5353

5454
pythonRelaxDeps = [
5555
"pillow"
56+
"typer"
5657
];
5758

5859
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)