From 4e2bf6ae416532a76817c476e9e29f495673cf4f Mon Sep 17 00:00:00 2001 From: Andreas Maier Date: Sun, 31 Mar 2024 09:41:29 +0200 Subject: [PATCH] Fixed missing deps of typer package Signed-off-by: Andreas Maier --- minimum-constraints.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/minimum-constraints.txt b/minimum-constraints.txt index 0fa51535..9023a9af 100644 --- a/minimum-constraints.txt +++ b/minimum-constraints.txt @@ -60,7 +60,9 @@ click==8.0.2; python_version >= '3.7' Authlib==1.2.0; python_version >= '3.7' marshmallow==3.15.0; python_version >= '3.7' pydantic==1.10.13; python_version >= '3.7' -typer==0.9.0; python_version >= '3.7' +typer==0.12.0; python_version >= '3.7' +typer-cli==0.12.0; python_version >= '3.7' +typer-slim==0.12.0; python_version >= '3.7' # Tox tox==3.1.0