From 506f51aaa6b921320781df18e5d0b76ac880d545 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 06:32:47 +0000 Subject: [PATCH] Update typer requirement from <=0.16.0,>=0.15.0 to >=0.15.0,<=0.17.3 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.17.3) --- updated-dependencies: - dependency-name: typer dependency-version: 0.17.3 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 d08bd51..778b238 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.17.3", "websockets>=14.2,<15.0", ] keywords = [