You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recent updates of core packages seem to break many things.
I receive errors such as follows:
File "/home/ubuntu/.local/lib/python3.8/site-packages/flask_apispec/extension.py", line 107, in register_existing_resources
self.register(rule, blueprint=blueprint_name)
File "/home/ubuntu/.local/lib/python3.8/site-packages/flask_apispec/extension.py", line 124, in register
self._defer(self._register, target, endpoint, blueprint,
File "/home/ubuntu/.local/lib/python3.8/site-packages/flask_apispec/extension.py", line 72, in _defer
bound()
File "/home/ubuntu/.local/lib/python3.8/site-packages/flask_apispec/extension.py", line 140, in _register
paths = self.view_converter.convert(target, endpoint, blueprint)
File "/home/ubuntu/.local/lib/python3.8/site-packages/flask_apispec/apidoc.py", line 38, in convert
rules = self.app.url_map._rules_by_endpoint[endpoint]
KeyError: '<lambda>'
Pinning with below versions works again:
apispec>=4,<5flask<2flask_apispec==0.11
The text was updated successfully, but these errors were encountered:
Recent updates of core packages seem to break many things.
I receive errors such as follows:
Pinning with below versions works again:
The text was updated successfully, but these errors were encountered: