I'm trying to run a new pip package that has dependency requirements for rich and typer that are incompatible with nala.
nala 0.16.0 requires rich<14.0.0,>=13.9.4, but you have rich 14.2.0 which is incompatible.
nala 0.16.0 requires typer<0.16.0,>=0.15.2, but you have typer 0.21.1 which is incompatible.
Is there a chance we can get nala updated to the latest version of these packages? Cheers.