Using the following test code and a SGP40 attached to the CLUEs Stemma QT port,
import board
import busio
import adafruit_bus_device.i2c_device as i2c_device
i2c = busio.I2C(board.SCL, board.SDA)
i2c_device = i2c_device.I2CDevice(i2c, 0x59)
print("i2c_device 'found'")
with 6.0.1 I get:

with 6.1.0 Beta 2 I get:

The only change here is flashing the new version
Interestingly, an I2C scan works as expected with 6.1.0 Beta 2:

Using the following test code and a SGP40 attached to the CLUEs Stemma QT port,
with 6.0.1 I get:

with 6.1.0 Beta 2 I get:

The only change here is flashing the new version
Interestingly, an I2C scan works as expected with 6.1.0 Beta 2:
