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