Skip to content

2.0.0 - Remove Backwards Compatible Socket Behavior

Compare
Choose a tag to compare
@FoamyGuy FoamyGuy released this 08 Jul 14:20
· 183 commits to main since this release
e09c3bd

This release removes backwards compatibility logic for the legacy ESP32SPI Socket behavior. That library has been updated to make the socket API more closely match CPython and other implementations so this backwards compatibility is no longer needed within the requests library.

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.