Describe the bug
On Pybricks MicroPython ci-release-100-v4.0.0 on 2026-06-08; SPIKE Prime Hub with STM32F413VG, I can't import uPup, nor MicroPUP. The text field does not allow it.
To reproduce
Steps to reproduce the behavior:
Create a new blocks program
go to data, and import a class with a block.
Then try changing the name of the imported object.
Expected behavior
I expected to either:
- be able to freely type capitals as I saw fit
- OR pybricks reading my module and only allowing me to add objects that are actually inside (in the dir)
Screenshots

Describe the bug
On Pybricks MicroPython ci-release-100-v4.0.0 on 2026-06-08; SPIKE Prime Hub with STM32F413VG, I can't import
uPup, norMicroPUP. The text field does not allow it.To reproduce
Steps to reproduce the behavior:
Create a new blocks program
go to data, and import a class with a block.
Then try changing the name of the imported object.
Expected behavior
I expected to either:
Screenshots