geoip2 v4.1.0 Release Notes

Release Date: 2020-09-25 // over 3 years ago
    • Added the is_residential_proxy attribute to geoip2.model.AnonymousIP
      and geoip2.record.Traits.
    • HTTPError now provides the decoded response content in the
      decoded_content attribute. Requested by Oleg Serbokryl. GitHub #95.

Previous changes from v4.0.2

    • ➕ Added py.typed file per PEP 561. Reported by Árni Már Jónsson.