Skip to content

Outdated Werkzeug #6

Description

@njbsanchez

Others may not have been able to open your app due to outdated Werkzeug in requirements.txt.

I was able to run the app by changing Werkzeug==0.15.3 >>> Werkzeug==Werkzeug==2.0.1 in requirements.txt.

Alternatively, you can also change the following lines of code to import directly from werkseug.urls:

  • line 9 in Inventory-Manager/env/lib/python3.9/site-packages/flask_wtf/recaptcha/validators.py to
  • line 5 in Inventory-Manager/env/lib/python3.9/site-packages/flask_wtf/recaptcha/widgets.py

from werkzeug.urls import url_encode

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions