Fix Gemini and Mistral provider imports
Switch Gemini from deprecated google-generativeai to google-genai. Fix Mistral import path to mistralai.client.Mistral (v2.x layout). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ requires-python = ">=3.11"
|
||||
dependencies = [
|
||||
"anthropic>=0.49.0",
|
||||
"openai>=1.0.0",
|
||||
"google-generativeai>=0.8.0",
|
||||
"google-genai>=1.0.0",
|
||||
"mistralai>=1.0.0",
|
||||
"rich>=13.0.0",
|
||||
"pypdf>=4.0.0",
|
||||
|
||||
Reference in New Issue
Block a user