From 52070fd761b0b141379b0bedea23007d0caf08ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 20:13:42 +0000 Subject: [PATCH] Update google-genai requirement from <2,>=1.0 to >=1.0,<3 Updates the requirements on [google-genai](https://github.com/googleapis/python-genai) to permit the latest version. - [Release notes](https://github.com/googleapis/python-genai/releases) - [Changelog](https://github.com/googleapis/python-genai/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/python-genai/compare/v1.0.0...v2.18.1) --- updated-dependencies: - dependency-name: google-genai dependency-version: 2.18.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 232587d..345008f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ web = [ "streamlit>=1.50,<2", "pandas>=2.2,<3", "openpyxl>=3.1,<4", - "google-genai>=1.0,<2", + "google-genai>=1.0,<3", "pypdf>=5,<7", "python-docx>=1.1,<2", "beautifulsoup4>=4.13,<5", diff --git a/requirements.txt b/requirements.txt index 12ef698..1e4f29e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ streamlit>=1.50,<2 pandas>=2.2,<3 openpyxl>=3.1,<4 -google-genai>=1.0,<2 +google-genai>=1.0,<3 pypdf>=5,<7 python-docx>=1.1,<2 beautifulsoup4>=4.13,<5