AttributeError: 'Prophet' object has no attribute 'stan_backend'

This was never an issue when it was deployed but after a few weeks after being deployed on streamlit cloud I get this error message. Is it possible to fix this without having to update the repo?

I used Python 3.12 with this included in my requirements.txt:

numpy==2.1.2
pandas==2.2.3
matplotlib==3.9.2
seaborn==0.13.2
prophet==1.1.6
requests==2.32.3
certifi==2024.8.30
folium==0.17.0
streamlit==1.39.0
streamlit-folium==0.23.2
openpyxl==3.1.2

This seems to be a known issue.

I wouldn’t know what to make of that, but maybe pinning cmdstanpy to some earlier version would help.