CircuitPython version and board name
circuitpython == 10.2.0
bootloader == 3.16.0
python:
adafruit-circuitpython-logging == 5.6.4
adafruit-blinka == 9.2.0
circuitpython-stubs == 10.2.1
Description
I'm using circuitpython-stubs and adafruit-circuitpython-logging in my project. An experimental feature in uv sync recently showed this warning:
UV_MALWARE_CHECK=1 uv sync
warning: The file `micropython-stubs/__init__.pyi` is provided by more than
one package, which causes an install race condition and can result
in a broken module. Packages containing the file:
* adafruit-blinka (adafruit_blinka-9.2.0-py3-none-any.whl)
* circuitpython-stubs (circuitpython_stubs-10.2.1-py3-none-any.whl)
I've not experienced any issues using these packages together.
CircuitPython version and board name
Description
I'm using
circuitpython-stubsandadafruit-circuitpython-loggingin my project. An experimental feature inuv syncrecently showed this warning:I've not experienced any issues using these packages together.