Requests v2.25.1 releases, Python HTTP Requests for Humans

Requests allows you to send organic, grass-fed HTTP/1.1 requests, without the need for manual labor. There’s no need to manually add query strings to your URLs or to form-encode your POST data. Keep-alive and HTTP connection pooling are 100% automatic, thanks to urllib3.

Besides, all the cool kids are doing it. Requests is one of the most downloaded Python packages of all time, pulling in over 11,000,000 downloads every month. You don’t want to be left out!

Python French high schools

Feature Support

Requests is ready for today’s web.

  • International Domains and URLs
  • Keep-Alive & Connection Pooling
  • Sessions with Cookie Persistence
  • Browser-style SSL Verification
  • Basic/Digest Authentication
  • Elegant Key/Value Cookies
  • Automatic Decompression
  • Automatic Content Decoding
  • Unicode Response Bodies
  • Multipart File Uploads
  • HTTP(S) Proxy Support
  • Connection Timeouts
  • Streaming Downloads
  • .netrc Support
  • Chunked Requests

Changelog

2.25.1 (2020-12-16)

Bugfixes

  • Requests now treats application/json as utf8 by default. Resolving inconsistencies between r.text and r.json output. (#5673)

Dependencies

  • Requests now supports chardet v4.x.

Download