Hi. my app uses googletrans. I have installed the latest version (4.0.0) locally, but when I deployed it on streamlit cloud they install a previous version. I tried to force the installation of the latest one using googletrans==4.0.0 on the requirements file, but the deployment failed warning that such version couldn’t be found.
Is there any way to install the latest version on streamlit cloud?