After upgrading to Python 3.11 and Chameleon 4.2.0, I'm encounter errors seemingly at random when rendering my templates. def _render_html(template_name, template ...
Discovered an issue with the groupby-function in the stock rules "_run_buy"-method. (Might possibly the case in other locations) The usage of the from itertools import groupby (Python) instead of from ...