Arm GNU Toolchain issue with libncurses5 and libncursesw5 on Ubuntu 24.04

I recently upgraded a Linux machine to Ubuntu 24.04. When attempting to use arm-none-eabi-gdb, I encountered the following error:

./arm-none-eabi-gdb: error while loading shared libraries: libncursesw.so.5: cannot open shared object file: No such file or directory

libncurses5 and libncursesw5 have been removed from Ubuntu 24.04 and can be installed by downloading a version not intended for Ubuntu 24.04.

Do you have any plans in the next releases to remove this dependency or upgrade to libncurses6?