Skip to content

Missing requirements #36

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 20, 2023
Merged

Missing requirements #36

merged 2 commits into from
Nov 20, 2023

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