Runtime Error In 4.3 Zensets

I get this error on bender 4.3 startup in console window:

Traceback (most recent call last):
  File "C:\Users\ophid\AppData\Roaming\Blender Foundation\Blender\4.3\scripts\addons\ZenSets\sets\__init__.py", line 807, in zen_sets_on_addon_started
    p_cls_mgr.update_collections(p_scene)
  File "C:\Users\ophid\AppData\Roaming\Blender Foundation\Blender\4.3\scripts\addons\ZenSets\sets\objects\collection_object_sets.py", line 561, in update_collections
    cls._get_all_collections(_collections_map[v_layer], p_list, v_layer.layer_collection, -1, 0)
  File "C:\Users\ophid\AppData\Roaming\Blender Foundation\Blender\4.3\scripts\addons\ZenSets\sets\objects\collection_object_sets.py", line 689, in _get_all_collections
    new_item.collection = p_collection
    ^^^^^^^^^^^^^^^^^^^
RuntimeError: Error: RNA_property_pointer_set: cannot assign an embedded ID to an IDProperty

There is a breaking change in API, today we will release an update that will fix it.

is this error too because of this change?

Python: Traceback (most recent call last):
  File "C:\Users\SimonThomas\AppData\Roaming\Blender Foundation\Blender\4.3\scripts\addons\ZenSets\sets\pie\__init__.py", line 340, in modal
    self.create_widgets(context)
  File "C:\Users\SimonThomas\AppData\Roaming\Blender Foundation\Blender\4.3\scripts\addons\ZenSets\sets\pie\__init__.py", line 306, in create_widgets
    bl_theme = context.preferences.ui_styles[0].widget_label
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ThemeStyle' object has no attribute 'widget_label'

Today, there will be an update that will support Blender 4.3.