Skip to content

Releases: bennylope/smartystreets.py

Migrate to httpx

26 Sep 17:58
Compare
Choose a tag to compare

Move from requests to httpx in anticipation of adding async geocoding

Goodbye Python 2.7

24 Sep 19:45
Compare
Choose a tag to compare

This release drops Python 2.7 and older Python 3 support, limits test support to Python 3.7 through Python 3.9.

The grequests based async client is also gone. This is slated to be replaced by working async functionality for Python 3, probably based on httpx.