From ded84432be842082cfecf8eed9faa807160c80f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 08:33:05 +0000 Subject: [PATCH] chore(deps-dev): update agno requirement from <2,>=1.7.0 to >=1.7.0,<3 Updates the requirements on [agno](https://github.com/agno-agi/agno) to permit the latest version. - [Release notes](https://github.com/agno-agi/agno/releases) - [Commits](https://github.com/agno-agi/agno/compare/v1.7.0...v2.3.4) --- updated-dependencies: - dependency-name: agno dependency-version: 2.3.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 50933ad0..2bac5ff1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ [project.optional-dependencies] agno = [ - "agno>=1.7.0,<2", + "agno>=1.7.0,<3", ] google = [