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:
2026-04-25 15:28:57 +02:00
parent 78c10d7f61
commit c1c8f31539
3 changed files with 99 additions and 253 deletions
+1 -1
View File
@@ -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",