Skip to content

Commit 34332e9

Browse files
Update dependency from google-generativeai to google-genai in setup.py and requirements.txt
1 parent 9484c83 commit 34332e9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

python/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ numpy>=1.19.0
33
requests>=2.25.0
44
openai>=1.0.0
55
anthropic>=0.5.0
6-
google-generativeai>=0.1.0
6+
google-genai>=1.0.0
77
python-dotenv>=0.19.0
88
matplotlib>=3.3.0
99
seaborn>=0.11.0

python/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
'all': [
3232
'openai>=1.0.0',
3333
'anthropic>=0.5.0',
34-
'google-generativeai>=0.1.0',
34+
'google-genai>=1.0.0',
3535
'python-dotenv>=0.19.0',
3636
'matplotlib>=3.3.0',
3737
'seaborn>=0.11.0',
@@ -42,7 +42,7 @@
4242
],
4343
'openai': ['openai>=1.0.0'],
4444
'anthropic': ['anthropic>=0.5.0'],
45-
'gemini': ['google-generativeai>=0.1.0'],
45+
'gemini': ['google-genai>=1.0.0'],
4646
'dev': [
4747
'pytest>=6.0.0',
4848
'pytest-cov>=2.12.0',

0 commit comments

Comments
 (0)