im having issues with buildozer, it keeps installing an older version of flask, which is incompatible with new werkzeug, resutling in
/myapp/armeabi-v7a/flask/helpers.py", line 16, in <module>
02-09 16:28:11.658 5226 5297 I python : ImportError: cannot import name 'url_quote' from 'werkzeug.urls' (/data/user/0/org.test.myapp/files/app/_python_bundle/site-packages/werkzeug/urls.pyc)
ive tried buildozer -v android clean then buildozer -v android debug mutiple times, every single python version thats on my machine has flask 3.1.0 or does not have flask, im not sure what else i can do, below is the requirements list
requirements = python3,blinker==1.9.0,charset_normalizer==3.4.1,click==8.1.8,docutils==0.21.2,filetype==1.2.0,Flask==3.1.0,idna==3.10,itsdangerous==2.2.0,Jinja2==3.1.5,Kivy==2.3.1,Kivy_Garden==0.1.5,MarkupSafe==3.0.2,Pygments==2.19.1,requests==2.32.3,urllib3==2.3.0,Werkzeug==3.1.3```