Dependency Conflict Between `friendli` and `friendli-client` Packages
Cristian Ou
I am currently integrating both the
friendli
and friendli-client
packages into my project and have encountered a dependency conflict concerning the httpx
library:- friendlirequireshttpxversions >=0.27.0 and <0.28.0.
- friendli-clientrequireshttpxversions >=0.26.0 and <0.27.0.
This conflict prevents the simultaneous installation of both packages. I would appreciate any guidance on resolving this issue or information on upcoming releases that might address this dependency alignment.
Thank you for your attention to this matter.
A
Ahnjae Shin
We are currently in the process of deprecating the friendli-client library, and moving on to the friendli package. You probably won't need to install both at the same time. Could you share why you need to install both? We could help you out.