Skip to content

Fix for use on CircuitPython 5.3.1

Compare
Choose a tag to compare
@tannewt tannewt released this 22 Sep 18:19
9aaf781
  • Fix issue with find not available on bytearray by providing Python implementation to fall back to.
  • Fix issue with json not passed stream object by passing in whole string on OSError.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-requests.

Read the docs for info on how to use it.