Giuseppe Calderaro
Results
2
issues of
Giuseppe Calderaro
I am seeing a 500 error when passing a wrong token instead of the usual 422. This happens with every version above 0.2.0. Very basic example: ```python @auth_api_router_v1_0.get('/verify', status_code=status.HTTP_200_OK) async...
The Functions exercise doesn't work properly when run in python3 because filter and map don't return a list anymore but an iterable. (simple) patch attached [Functions_list_patch.txt](https://github.com/manahl/PythonTrainingExercises/files/74803/Functions_list_patch.txt)