My app, successfully deployed on streamlit cloud few weeks ago stopped working today (or yesterday). The issue I can see on the console:
Get:1 http://security.debian.org/debian-security stable-security/updates InRelease [48.0 kB]
Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB]
Get:3 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
Get:4 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
Get:5 https://packages.microsoft.com/debian/10/prod buster InRelease [6517 B]
Get:6 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [245 kB]
Get:7 https://packages.microsoft.com/debian/10/prod buster/main amd64 Packages [163 kB]
Reading package lists...[2023-06-12 07:16:31.411885]
E: Repository 'http://security.debian.org/debian-security stable-security/updates InRelease' changed its 'Codename' value from 'bullseye-security' to 'bookworm-security'
[07:16:31] ❗️ installer returned a non-zero exit code
[07:16:31] ❗️ Error during processing dependencies! Please fix the error and push an update, or try restarting the app.
[07:18:03] ❗️ Streamlit server consistently failed status checks
[07:18:03] ❗️ Please fix the errors, push an update to the git repo, or reboot the app.
Looks like this is an issue on the Streamlit side, related to the wrong Debian version name… Is there something I can do to fix it?