You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add mistralai = { version = "^1.0.0", optional = true } mistral-common = { version = "^1.0.0", optional = true } to poetry toml
run poetry lock
Expected Behavior
And because mistralai (1.0.1) depends on pydantic (>=2.8.2,<2.9.0), mistralai (>=1.0.0,<2.0.0) requires pydantic (>=2.8.2,<2.9.0).
And because mistral-common (>=1.0.0,<2.0.0) requires pydantic (2.6.1) (2), mistral-common (>=1.0.0,<2.0.0) is incompatible with mistralai (>=1.0.0,<2.0.0)
So, because camel-ai depends on both mistralai (^1.0.0) and mistral-common (^1.0.0), version solving failed.
Additional Context
No response
Suggested Solutions
No response
The text was updated successfully, but these errors were encountered:
Python -VV
Pip Freeze
Reproduction Steps
mistralai = { version = "^1.0.0", optional = true }
mistral-common = { version = "^1.0.0", optional = true }
to poetry tomlpoetry lock
Expected Behavior
Additional Context
No response
Suggested Solutions
No response
The text was updated successfully, but these errors were encountered: