fix: correct google-generativeai package name
Browse filesWrong package name was causing ModuleNotFoundError.
Changed: google-genai → google-generativeai
Co-Authored-By: Claude <noreply@anthropic.com>
- pyproject.toml +2 -1
pyproject.toml
CHANGED
|
@@ -15,7 +15,8 @@ dependencies = [
|
|
| 15 |
"langchain-core>=0.3.0",
|
| 16 |
# LLM APIs
|
| 17 |
"anthropic>=0.39.0",
|
| 18 |
-
"google-
|
|
|
|
| 19 |
# Search & retrieval tools
|
| 20 |
"exa-py>=1.0.0",
|
| 21 |
"tavily-python>=0.5.0",
|
|
|
|
| 15 |
"langchain-core>=0.3.0",
|
| 16 |
# LLM APIs
|
| 17 |
"anthropic>=0.39.0",
|
| 18 |
+
"google-generativeai>=0.8.0",
|
| 19 |
+
"huggingface-hub>=0.26.0",
|
| 20 |
# Search & retrieval tools
|
| 21 |
"exa-py>=1.0.0",
|
| 22 |
"tavily-python>=0.5.0",
|