Version 4.3.0
- Add official support for Python 3.10.
- Pass
Accept-Encoding: gzip, deflate
andHost: www.sec.gov
headers into all requests as recommended by the SEC fair access rules: https://www.sec.gov/os/accessing-edgar-data. This should lead to smaller request sizes as all requests are now gzipped. It should also help with 403 Forbidden errors since the package is now conforming with the entire suite of fair access rules.