diff --git a/alwrity.py b/alwrity.py index 9650cd27..0cb6f5a6 100644 --- a/alwrity.py +++ b/alwrity.py @@ -201,4 +201,4 @@ def setup_environment_paths(): if __name__ == "__main__": - main() + main() \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 0d144f47..059fc9f7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ beautifulsoup4==4.12.2 aiohttp>=3.11.11 openai>=1.3.7 PyPDF2>=3.0.1 -google-genai>=1.0.0 +google-genai>=1.9.0 anthropic>=0.18.1 tenacity>=8.2.3 tabulate>=0.9.0