Hello everyone,
I am running a streamlit app locally using streamlit 1.38.0 and Python 3.12. I cannot share the code because it is private (is being written for the company I work for). Until version 1.37, the st.data_editor I was using to update the fields of a pydantic object was working fine. I upgraded to version 1.38 and it stopped working. By that I mean that I can select a field to update but when I try to change its value, nothing happens. There’s no error message either. It behaves just like a normal st.dataframe.
Has anyone had a similar experience?
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.