I am currently integrating both the
friendli
and
friendli-client
packages into my project and have encountered a dependency conflict concerning the
httpx
library:
  • friendli
    requires
    httpx
    versions >=0.27.0 and <0.28.0.
  • friendli-client
    requires
    httpx
    versions >=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.