You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The close() method of Response fails in certain cases. This has already been fixed, see adafruit/Adafruit_CircuitPython_Requests#156 but the submodule here needs an update as well, since it still ships the buggy version (I think circup does this too).
Some boards like the Magtag include Requests as part of the frozen libs, so it is not possible that I ship the fixed version myself.
Description
No response
Additional information
No response
The text was updated successfully, but these errors were encountered:
I did update the frozen modules for 9.0.0-rc.0, but adafruit_requests needed a new release, which I didn't realize. I've made that release and will update again before final. We should check whether any other libraries need a release as well.
CircuitPython version
Code/REPL
Behavior
The
close()
method ofResponse
fails in certain cases. This has already been fixed, see adafruit/Adafruit_CircuitPython_Requests#156 but the submodule here needs an update as well, since it still ships the buggy version (I think circup does this too).Some boards like the Magtag include Requests as part of the frozen libs, so it is not possible that I ship the fixed version myself.
Description
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: