mangubee Claude commited on
Commit
fdd1cbb
·
1 Parent(s): 7a850db

fix: correct google-generativeai package name

Browse files

Wrong package name was causing ModuleNotFoundError.
Changed: google-genai → google-generativeai

Co-Authored-By: Claude <noreply@anthropic.com>

Files changed (1) hide show
  1. 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-genai>=0.2.0",
 
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",