From 7e40ad3261147ba70204f7006ccaf9741025e58a Mon Sep 17 00:00:00 2001 From: Michele Dolfi <97102151+dolfim-ibm@users.noreply.github.com> Date: Mon, 14 Apr 2025 09:23:39 +0200 Subject: [PATCH] fix(deps): widen typer upper bound (#1375) bump typer Signed-off-by: Michele Dolfi --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6c0017a..1888fe1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -7859,4 +7859,4 @@ vlm = ["accelerate", "transformers", "transformers"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "a9830e60f15bd80e7776c5dbba86dd477ae62408e55406c3f91a127bc553e173" +content-hash = "d2a8f7997b9ffb249ad26ba492b766d580bdb0072d50e76b0afd92496e983e96" diff --git a/pyproject.toml b/pyproject.toml index abd0365..32a2e36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ scipy = [ { version = "^1.6.0", markers = "python_version >= '3.10'" }, { version = ">=1.6.0,<1.14.0", markers = "python_version < '3.10'" }, ] -typer = "^0.12.5" +typer = ">=0.12.5,<0.16.0" python-docx = "^1.1.2" python-pptx = "^1.0.2" beautifulsoup4 = "^4.12.3"