amplify-education / amplium

A Python-based proxy for multiple Selenium Grid Hubs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

We need to update either `connexion`, or `werkzeug` deps.

vhryhorchuk-amplify opened this issue · comments

The current version of connexion>=1.0.129,<2 has a bug inside /connexion/decorators/validation.py, as it tries to import
from werkzeug.datastructures import FileStorage
More about the issue spec-first/connexion#1149

Fix: we need to bump up either version of connexion or freeze a correct werkzeug version.