From b8749a3cd53e7bf38af7b82ff0a2919a7ad8c530 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 03:07:44 +0000 Subject: [PATCH] chore(deps)(deps-dev): update textual requirement Updates the requirements on [textual](https://github.com/Textualize/textual) to permit the latest version. - [Release notes](https://github.com/Textualize/textual/releases) - [Changelog](https://github.com/Textualize/textual/blob/main/CHANGELOG.md) - [Commits](https://github.com/Textualize/textual/compare/v0.86.0...v7.5.0) --- updated-dependencies: - dependency-name: textual dependency-version: 7.5.0 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 7263af7..1034ce3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,7 +91,7 @@ gemini = [ ] tui = [ # Textual framework for multi-pane terminal UI mode - "textual>=0.86.0,<1.0.0", + "textual>=0.86.0,<8.0.0", ] llm-all = [ "openai>=2.8.1,<3.0.0",