Phillip Frantz

Results 3 issues of Phillip Frantz

Basically if you try and await in a console you get SyntaxError: 'await' outside function - I use a virtual environment - used to work beautifully before upgrading pycharm ....

bug

# Bug if you define a field like ``` email: str = Field(regex=RE_EMAIL_PATTERN) ``` The program when run gives the following exception:- ``` pydantic.errors.PydanticUserError: `regex` is removed. use `pattern` instead...

bug

When using the FacebookGraphMixin and calling get_authenticated_user with the extra_fields parameter set to a list of fields that contain nested fields, the returned dictionary will not contain any fields which...

auth