Holomap Widget Dropdown Sorting False

I was using holoviews (1.12.7) and I was able to achieve required sorting (Monday to Friday) in the Dropdown of widgets using:

holomap = hv.HoloMap(collections.OrderedDict(outer_dict), kdims=kdims, sort=False)

But after updating the holoviews Now HoloMap is sorting it with alphabetical order.

How to fix this? I need sorting as per the day of weeks, not alphabetical.