taurus 5.3.0: deprecation warning

Hello.
Visible in taurus demo but not only, there are some deprecation warning traces in console:

MainThread     WARNING  2025-08-28 07:47:39,713 TaurusRootLogger: /usr/local/miniforge3/envs/taurus-5.3.0/lib/python3.10/site-packages/taurus/qt/qtgui/base/tauruscontroller.py:80: DeprecationWarning: _get_value is deprecated since 4.0. Use .rvalue instead
  return getattr(valueObj, "value", None)
 
MainThread     INFO     2025-08-28 07:59:06,974 TaurusRootLogger:
*********************
< Deprecation Counts (315):
        315 * "_get_value is deprecated since 4.0. Use .rvalue instead" >

Obviously, something should be done in order not to call this _get_value anymore.