Google Cast broken after update

HI all,

I am having a heck of a time trying to get my google cast devices to work again after updating to .111.3
I am running ArchLinux

After updating all my cast entities were orphaned so i removed them and tried to remove the cast integration but it would just fail out, so i manually removed it from core.config-entries. now i am attempting to re-add the integration through the ui, but it keeps dying out on me with the following error

Error handling request
Traceback (most recent call last):
  File "/usr/lib/python3.8/site-packages/aiohttp/web_protocol.py", line 418, in start
    resp = await task
  File "/usr/lib/python3.8/site-packages/aiohttp/web_app.py", line 458, in _handle
    resp = await handler(request)
  File "/usr/lib/python3.8/site-packages/aiohttp/web_middlewares.py", line 119, in impl
    return await handler(request)
  File "/usr/lib/python3.8/site-packages/homeassistant/components/http/real_ip.py", line 39, in real_ip_middleware
    return await handler(request)
  File "/usr/lib/python3.8/site-packages/homeassistant/components/http/ban.py", line 73, in ban_middleware
    return await handler(request)
  File "/usr/lib/python3.8/site-packages/homeassistant/components/http/auth.py", line 127, in auth_middleware
    return await handler(request)
  File "/usr/lib/python3.8/site-packages/homeassistant/components/http/view.py", line 129, in handle
    result = await result
  File "/usr/lib/python3.8/site-packages/homeassistant/components/config/config_entries.py", line 112, in post
    return await super().post(request)
  File "/usr/lib/python3.8/site-packages/homeassistant/components/http/data_validator.py", line 60, in wrapper
    result = await method(view, request, *args, **kwargs)
  File "/usr/lib/python3.8/site-packages/homeassistant/helpers/data_entry_flow.py", line 69, in post
    result = await self._flow_mgr.async_init(
  File "/usr/lib/python3.8/site-packages/homeassistant/data_entry_flow.py", line 117, in async_init
    flow = await self.async_create_flow(handler, context=context, data=data)
  File "/usr/lib/python3.8/site-packages/homeassistant/config_entries.py", line 521, in async_create_flow
    integration.get_platform("config_flow")
  File "/usr/lib/python3.8/site-packages/homeassistant/loader.py", line 272, in get_platform
    cache[full_name] = importlib.import_module(
  File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 961, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 783, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/usr/lib/python3.8/site-packages/homeassistant/components/cast/__init__.py", line 4, in <module>
    from . import home_assistant_cast
  File "/usr/lib/python3.8/site-packages/homeassistant/components/cast/home_assistant_cast.py", line 4, in <module>
    from pychromecast.controllers.homeassistant import HomeAssistantController
  File "/var/lib/hass/deps/lib/python3.8/site-packages/pychromecast/__init__.py", line 12, in <module>
    from . import socket_client
  File "/var/lib/hass/deps/lib/python3.8/site-packages/pychromecast/socket_client.py", line 23, in <module>
    from . import cast_channel_pb2
  File "/var/lib/hass/deps/lib/python3.8/site-packages/pychromecast/cast_channel_pb2.py", line 11, in <module>
    from google.protobuf import descriptor_pb2
  File "/var/lib/hass/deps/lib/python3.8/site-packages/google/protobuf/descriptor_pb2.py", line 1837, in <module>
    FileDescriptorSet = _reflection.GeneratedProtocolMessageType('FileDescriptorSet', (_message.Message,), dict(
TypeError: expected bytes, Descriptor found
Home Assistant has started!

When i restart the service this shows up

Logger: homeassistant.core
Source: deps/lib/python3.8/site-packages/google/protobuf/descriptor_pb2.py:1837
First occurred: 4:03:30 PM (22 occurrences)
Last logged: 4:03:30 PM

Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/lib/python3.8/site-packages/homeassistant/data_entry_flow.py", line 117, in async_init
    flow = await self.async_create_flow(handler, context=context, data=data)
  File "/usr/lib/python3.8/site-packages/homeassistant/config_entries.py", line 521, in async_create_flow
    integration.get_platform("config_flow")
  File "/usr/lib/python3.8/site-packages/homeassistant/loader.py", line 272, in get_platform
    cache[full_name] = importlib.import_module(
  File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 961, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 783, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/usr/lib/python3.8/site-packages/homeassistant/components/cast/__init__.py", line 4, in <module>
    from . import home_assistant_cast
  File "/usr/lib/python3.8/site-packages/homeassistant/components/cast/home_assistant_cast.py", line 4, in <module>
    from pychromecast.controllers.homeassistant import HomeAssistantController
  File "/var/lib/hass/deps/lib/python3.8/site-packages/pychromecast/__init__.py", line 12, in <module>
    from . import socket_client
  File "/var/lib/hass/deps/lib/python3.8/site-packages/pychromecast/socket_client.py", line 23, in <module>
    from . import cast_channel_pb2
  File "/var/lib/hass/deps/lib/python3.8/site-packages/pychromecast/cast_channel_pb2.py", line 11, in <module>
    from google.protobuf import descriptor_pb2
  File "/var/lib/hass/deps/lib/python3.8/site-packages/google/protobuf/descriptor_pb2.py", line 1837, in <module>
    FileDescriptorSet = _reflection.GeneratedProtocolMessageType('FileDescriptorSet', (_message.Message,), dict(
TypeError: expected bytes, Descriptor found