Skip to content

Conversation

TheTeaCat
Copy link
Member

Upon installing the lib in a fresh env, I could not run the example at examples/openapi3/helloworld/hello.py due to two issues:

  1. packaging appears to be missing from the requirements, resulting in a ModuleNotFoundError: No module named 'packaging'
  2. The library is not currently compatible with Flask >2.2.5; currently 2.3.3 is installed. This results in a AttributeError: module 'flask.json' has no attribute 'JSONEncoder'. Support for Flask >2.2.5 is in progress at Werkzeug 3.0.1 #32.

@TheTeaCat TheTeaCat requested a review from finnci November 20, 2023 16:36
@TheTeaCat TheTeaCat self-assigned this Nov 20, 2023
@rileyfiretail rileyfiretail merged commit d8facc9 into main Nov 20, 2023
@rileyfiretail rileyfiretail deleted the missing-requirements branch November 20, 2023 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants