Skip to content
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

Use Werkzeug 0.15.5 or newer to fix TypeError #57

Merged
merged 2 commits into from
Sep 13, 2020

Conversation

hibariya
Copy link
Contributor

When I tried Python examples with Python 3.8.5, I got the following error:

TypeError: required field "type_ignores" missing from Module

I updated the dependency since it seems the error is related to this issue:
pallets/werkzeug#1551

When I tried Python examples with Python 3.8.5, I got the following error:

    TypeError: required field "type_ignores" missing from Module

I updated the dependency since it seems the error is related to this issue:
pallets/werkzeug#1551
@cjavilla-stripe
Copy link
Contributor

Thanks @hibariya any chance it was working with 1.0.1? I think that might be newer and we could jump all the way to that version.

@hibariya
Copy link
Contributor Author

Certainly. I confirmed that all three examples are working with 1.0.1 and updated 😃

@hibariya hibariya changed the title Use Werkzeug 0.15.5 to fix TypeError Use Werkzeug 0.15.5 or newer to fix TypeError Sep 13, 2020
@cjavilla-stripe
Copy link
Contributor

Awesome, @hibariya!! Thanks so much!

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