-
Notifications
You must be signed in to change notification settings - Fork 202
Open
Description
Problem
I'm encountering a dependency conflict due to incompatible versions of pydantic between dstack and another package my project relies on. Specifically:
- My project (
aanaversion 0.2.2.2) requirespydantic >=2.0. dstack(version 0.18.17) depends onpydantic >=1.10.10, <2.0.0.
As a result, I'm unable to resolve dependencies when adding dstack alongside other tools in my environment that are already using Pydantic v2.
The broader AI and software community are shifting towards Pydantic v2 for its improved performance and features, and many AI projects have either fully migrated to v2 or at least added support for it. This version conflict is limiting adoption and making it challenging to integrate dstack into modern AI/ML projects that have already upgraded to Pydantic v2.
Solution
No response
Workaround
No response
Would you like to help us implement this feature by sending a PR?
No
peterschmidt85