httpie / cli

🥧 HTTPie CLI — modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads, plugins & more.
https://httpie.io
BSD 3-Clause "New" or "Revised" License
32.71k stars 3.67k forks source link

fix(urllib3): :bug: could not find urllib3 DEFAULT_CIPHERS #1505

Closed cadesalaberry closed 1 year ago

cadesalaberry commented 1 year ago

Default ciphers imported from urllib3 as a work around for https://github.com/httpie/httpie/issues/1499 Removed from urllib3 in this commit: https://github.com/urllib3/urllib3/commit/e5eac0c

jkbrzt commented 1 year ago

Thanks @cadesalaberry! Fix release coming soon.