- #10480: Remove warning for Rasa X localmode not being supported when the
--production
flag is present. - #10908: Pin requirement for
scipy<1.8.0
sincescipy>=1.8.0
is not backward compatible withscipy<1.8.0
and additionally requires Python>=3.8, while Rasa supports Python 3.7 as well. - #11149: Fix the extraction of values for slots with mapping conditions from trigger intents that activate a form, which was possible in
2.x
.