Sudden dependency error

My app, found here https://mcwhiz-app.streamlit.app , has been working perfectly but suddenly has not been deploying correctly.

This the full log error

Error installing requirements.

Click “Manage App” and consult the terminal for more details.

If you still have questions, leave a message in our forums and we will get back to you ASAP.

[     UTC     ] Logs for mcwhiz-app.streamlit.app/
────────────────────────────────────────────────────────────────────────────────────────
[16:22:07] 🖥 Provisioning machine...
[16:22:07] 🎛 Preparing system...
[16:22:07] ⛓ Spinning up manager process...
[16:22:09] 🚀 Starting up repository: 'mcwhiz-app', branch: 'main', main module: 'chatbot_streamlit.py'
[16:22:09] 🐙 Cloning repository...
[16:22:10] 🐙 Cloning into '/mount/src/mcwhiz-app'...
[16:22:10] 🐙 Cloned repository!
[16:22:10] 🐙 Pulling code changes from Github...
[16:22:10] 📦 Processing dependencies...
[16:22:10] 📦 Apt dependencies were installed from /mount/src/mcwhiz-app/packages.txt using apt-get.
Hit:1 http://deb.debian.org/debian bullseye InRelease
Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
Get:4 https://packages.microsoft.com/debian/11/prod bullseye InRelease [3650 B]
Fetched 47.7 kB in 1s (57.9 kB/s)
Reading package lists...[2025-04-25 16:22:12.729299] 
sudo[2025-04-25 16:22:12.774539] : [2025-04-25 16:22:12.774858] sorry, you are not allowed to set the following environment variables: ACCEPT_EULA[2025-04-25 16:22:12.775147] 
[16:22:13] ❗️ installer returned a non-zero exit code
[16:22:13] ❗️ Error during processing dependencies! Please fix the error and push an update, or try restarting the app.

I have made no new changes and this error happened randomly. Im guessing it’s due to a sudden library update and Incompatibility, but I’m not sure.