From 8d7e755630170d7458619f2e027d64a3c8154127 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 04:02:44 +0000 Subject: [PATCH] Update typer requirement from <=0.16.0,>=0.15.0 to >=0.15.0,<=0.19.1 Updates the requirements on [typer](https://github.com/fastapi/typer) to permit the latest version. - [Release notes](https://github.com/fastapi/typer/releases) - [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md) - [Commits](https://github.com/fastapi/typer/compare/0.16.0...0.19.1) --- updated-dependencies: - dependency-name: typer dependency-version: 0.19.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bca5dac..bf8c5ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ "pydantic>=2.0.0,<=3.0.0", "pydantic-settings>=2.0.0,<=3.0.0", "python-dotenv>=1.0.0,<=2.0.0", - "typer>=0.15.0,<=0.16.0", + "typer>=0.15.0,<=0.19.1", "websockets>=14.2,<15.0", ] keywords = [