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
We are experiencing a version solving failure in our project due to a conflict between the pydantic and mistral-common packages.
Our project, depends on both pydantic version 2.6.4 and mistral-common version ^1.2.1. However, mistral-common version 1.2.1 specifically requires pydantic version 2.6.1. This requirement is causing a version solving conflict as outlined below:
Because no versions of mistral-common match >1.2.1,<2.0.0
and mistral-common (1.2.1) depends on pydantic (2.6.1), mistral-common (>=1.2.1,<2.0.0) requires pydantic (2.6.1).
So, because <project_name> depends on both pydantic (==2.6.4) and mistral-common (^1.2.1), version solving failed.
Please provide guidance or updates to the mistral-common package that would allow compatibility with newer versions of pydantic.
The text was updated successfully, but these errors were encountered:
We are experiencing a version solving failure in our project due to a conflict between the
pydantic
andmistral-common
packages.Our project, depends on both
pydantic
version 2.6.4 andmistral-common
version ^1.2.1. However,mistral-common
version 1.2.1 specifically requirespydantic
version 2.6.1. This requirement is causing a version solving conflict as outlined below:Please provide guidance or updates to the
mistral-common
package that would allow compatibility with newer versions ofpydantic
.The text was updated successfully, but these errors were encountered: