cctally 1.64.0 → 1.65.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2015,6 +2015,11 @@ class _DashboardUpdateCheckThread(threading.Thread):
2015
2015
  envelope_precompute=(
2016
2016
  c._cctally_tui._tui_precompute_envelope_config(load_config())
2017
2017
  ),
2018
+ # #278 §1.4.1: a version-banner refresh republishes complete data;
2019
+ # force the hydration latch clear so a republish that happens to
2020
+ # carry a prior hydrating seed/partial doesn't freeze the client's
2021
+ # loading skeletons.
2022
+ hydrating=False,
2018
2023
  )
2019
2024
  self._ref.set(fresh)
2020
2025
  self._hub.publish(fresh)