-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Description
Hi,
Mistral released 2.0.0 some hours ago, changing imports :
# v1
from mistralai import Mistral
# v2
from mistralai.client import Mistral
but pydantic set mistralai deps to >=1.9.11
| mistral = ["mistralai>=1.9.11"] |
Old code with mistral 2.0.0 breaks with errors similar to :
ImportError: cannot import name 'Mistral' from 'mistralai'
I think mistralai should be major pin
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels