Commit 9f30627
committed
lib/micropython-lib: Update submodule to latest.
This brings in:
- requests: do not leak header modifications when calling request
- mip: allow relative URLs in package.json
- mip: make mip.install() skip /rom*/lib directories
- umqtt.simple: restore legacy ssl/ssl_params arguments
- nrf24l01: increase startup delay
- nrf24l01: properly handle timeout
- nrf24l01: optimize status reading
- lora-sx126x: fix invert_iq_rx / invert_iq_tx behaviour
- unix-ffi/json: accept both str and bytes as arg for json.loads()
- unix-ffi/machine: use libc if librt is not present
- requests: use the host in the redirect url, not the one in headers
- aiohttp: fix header case sensitivity
- aiohttp: allow headers to be passed to a WebSocketClient
- usb-device-cdc: optimise writing small data so it doesn't require alloc
- inspect: fix isgenerator logic
- inspect: implement iscoroutinefunction and iscoroutine
Signed-off-by: Damien George <[email protected]>1 parent 9ee2ef5 commit 9f30627
1 file changed
+1
-1
lines changedSubmodule micropython-lib updated 24 files
- .github/workflows/build_packages.yml+1-1
- micropython/drivers/radio/nrf24l01/manifest.py+1-1
- micropython/drivers/radio/nrf24l01/nrf24l01.py+17-2
- micropython/lora/lora-sx126x/lora/sx126x.py+3-3
- micropython/lora/lora-sx126x/manifest.py+1-1
- micropython/mip/manifest.py+1-1
- micropython/mip/mip/__init__.py+8-7
- micropython/umqtt.simple/manifest.py+3-1
- micropython/umqtt.simple/umqtt/simple.py+8-1
- micropython/usb/usb-device-cdc/manifest.py+1-1
- micropython/usb/usb-device-cdc/usb/device/cdc.py+6-3
- python-ecosys/aiohttp/aiohttp/__init__.py+10-4
- python-ecosys/aiohttp/aiohttp/aiohttp_ws.py+1-1
- python-ecosys/aiohttp/manifest.py+1-1
- python-ecosys/requests/manifest.py+1-1
- python-ecosys/requests/requests/__init__.py+4
- python-ecosys/requests/test_requests.py+11-2
- python-stdlib/inspect/inspect.py+9-2
- python-stdlib/inspect/manifest.py+1-1
- python-stdlib/inspect/test_inspect.py+60
- tools/ci.sh+1
- unix-ffi/json/json/__init__.py+4-2
- unix-ffi/machine/machine/timer.py+4-1
- unix-ffi/machine/manifest.py+1-1
0 commit comments