Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pydantic version conflict #15

Open
yashodhara99 opened this issue Jun 5, 2024 · 0 comments
Open

Pydantic version conflict #15

yashodhara99 opened this issue Jun 5, 2024 · 0 comments

Comments

@yashodhara99
Copy link

yashodhara99 commented Jun 5, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant