secbug
secbug
It also seems the dependency of pip._internals in setup.py is different now too, as importing this library is now broken on updated python/pip versions. ``` File "C:\Users\-InsertUser-\AppData\Local\Temp\pip-install-s3u6otvw\flask-boto3\setup.py", line 10, in...
A question for the creator @kevthehermit What is meant to take priority in the code? The blacklist, or the "parse all" setting? I believe what comes first in the code...
I actually did two things to fix this and start the app. 1. Included the change in pull request #60 - ``` 178 - def async(func): 178 +async def func()::...
Is this issue being worked on by anyone @PatMyron or @brianterry , or potentially being overruled by another worktrack?