[Beginner Help] My space stuck on Starting with TypeError: argument of type 'bool' is not iterable
Hugging Face Forums [Unofficial]
March 29, 2026
Based solely on those symptoms, adding pydantic==2.10.6 to the end of requirements.txt is likely the most effective quick fix. (This is a workaround for version drift related to the HF Gradio space backend.)
However, if the root cause lies deeper, a more tailored solution will likely be necessary.
Discussion in the ATmosphere