From 65afe6107df60372ba37ac2614883146bbb3cf7c Mon Sep 17 00:00:00 2001 From: Sofie Van Landeghem Date: Fri, 13 Feb 2026 09:00:16 +0100 Subject: [PATCH] Update Typer dependency in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index afc3326b..0ea64c5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ Source = "https://github.com/iterative/dvc-data" [project.optional-dependencies] cli = [ - "typer-slim>=0.12", + "typer>=0.12", ] all = [ "dvc-data[cli]",