JVT038 / MetaTube

Python web ui to download videos from YouTube and add metadata on top of it
GNU General Public License v3.0
317 stars 20 forks source link

fix: version-lock Workzeug dependency #105

Closed TopherIsSwell closed 11 months ago

TopherIsSwell commented 11 months ago

latest upstream Workzeug (v3+) is not supported by latest upstream flask. Locking to a v2 version so that application can run.

Without this fix we get the following error on (at least) python 3.9 on RHEL (and whatever the docker container is built on): ImportError: cannot import name 'url_quote' from 'werkzeug.urls' (/usr/local/lib/python3.9/site-packages/werkzeug/urls.py)

JVT038 commented 11 months ago

Hi! Thank you for your contribution, but due to security concerns I have decided to update Flask to 3.0.0 and try and fix the dependency mess that I have accumulated over the past 2 years.