httpie-credential-store current has a dependency on httpie = "^2.0". httpie 3 was released in January, which no longer meets this dependency. Additionally, httpie 3 introduced the httpie plugins command for managing plugins, and attempting to install httpie-credential-store currently results in httpie being forcibly downgraded:
httpie-credential-store current has a dependency on
httpie = "^2.0"
. httpie 3 was released in January, which no longer meets this dependency. Additionally, httpie 3 introduced thehttpie plugins
command for managing plugins, and attempting to install httpie-credential-store currently results in httpie being forcibly downgraded:Please relax the dependency to
httpie = ">=2"
.