HA stops seeing hue bridge after upgrading to .107.3 Version .103 works fine

I’m running HA under homeassistant virtual env on Ubuntu. When upgrading to .107.3 HA stops seeing all my Philips Hue lights/bridge. I only have one bridge. .103 works fine. Does anyone know why?

ERROR (SyncWorker_6) [homeassistant.components.rest.sensor] Error fetching data: http://192.x.x.x/api/key/sensors/12 failed with ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

 ERROR (MainThread) [homeassistant.components.hue] Unknown error connecting with Hue bridge at 192.x.x.x
Traceback (most recent call last):
  File "/srv/homassistant/lib/python3.7/site-packages/homeassistant/components/hue/bridge.py", line 66, in async_setup
    await authenticate_bridge(hass, bridge)
  File "/srv/homassistant/lib/python3.7/site-packages/homeassistant/components/hue/bridge.py", line 242, in authenticate_bridge
    await bridge.initialize()
  File "/srv/homassistant/lib/python3.7/site-packages/aiohue/bridge.py", line 48, in initialize
    result = await self.request('get', '')
  File "/srv/homassistant/lib/python3.7/site-packages/aiohue/bridge.py", line 63, in request
    async with self.websession.request(method, url, json=json) as res:
  File "/srv/homassistant/lib/python3.7/site-packages/aiohttp/client.py", line 1012, in __aenter__
    self._resp = await self._coro
  File "/srv/homassistant/lib/python3.7/site-packages/aiohttp/client.py", line 504, in _request
    await resp.start(conn)
  File "/srv/homassistant/lib/python3.7/site-packages/aiohttp/client_reqrep.py", line 847, in start
    message, payload = await self._protocol.read()  # type: ignore  # noqa
  File "/srv/homassistant/lib/python3.7/site-packages/aiohttp/streams.py", line 591, in read
    await self._waiter
aiohttp.client_exceptions.ServerDisconnectedError: None