Skip to content

Same stub file provided by multiple circuitpython packages #11221

Description

@alec-bike

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions