In my code, it has a similar error. By the way, the `quart-openapi` version I used is `1.7.2` with the version of quart is `0.18.0`. The error message is as follows: ``` ... from werkzeug.routing import _rule_re as ROUTE_VAR_RE ImportError: cannot import name '_rule_re' from 'werkzeug.routing' ... ``` _Originally posted by @YaoJusheng in https://github.com/factset/quart-openapi/issues/38#issuecomment-1233118059_
In my code, it has a similar error.
By the way, the
quart-openapiversion I used is1.7.2with the version of quart is0.18.0.The error message is as follows:
Originally posted by Mr. Yao (@YaoJusheng) in #38 (comment)