cli icon indicating copy to clipboard operation
cli copied to clipboard

Update httpie to use requests lib version >= 2.32.1

Open ghost opened this issue 1 year ago • 0 comments

Current Issue: The current httpie version 3.2.3 has a dependency on requests library and it requires requests version lib to be >=2.22.0 and<=2.31.0

Enhancement Request: httpie needs to be updated to have dependency on requests lib version which is >= 2.32.1

Problem it solves: requests lib version 2.31.0 is an old version and has few vulnerabilities. Downgrading httpie to 3.2.2 doesn't help either as it has some vulnerabilities as well and its recommended to use 3.2.3

ghost avatar Sep 05 '24 15:09 ghost