Version 4.2.0
New
- The
httpx
package has been replaced byrequests
to enable the use of an exponential backoff retry mechanism to help alleviate403 Forbidden
errors some users are seeing. A request tosec.gov
will be retried at most 10 times (with an exponential backoff applied to each request) before failing. - A random
User-Agent
string is now included in the headers of eachGET
andPOST
request tosec.gov
, rather than per session.