Sebastian Wiesinger
Sebastian Wiesinger
Hmm I see what you mean. It might be a bit different in my case, for example we have a customer that has route-objects for his IP-Space which entails one...
I think I have the same issue. In my case mypy is installed globally via pipx in it's own virtual environment and not into every project/venv. To use it in...
> Thanks for the report! > > > > To clarify: you'd like `pip-audit` to warn you about package versions that don't have public vulnerabilities, but *have* been yanked by...
Regarding properties, do we support python < 2.6? The @x.setter, @x.getter stuff is only in >= 2.6 and if the code is changed to properties it would make sense to...
I tried something at sebastianw/python-twitter@c7892489b38867163c69ba16edae38e3394fd97a. Replaced the Status class with a much shorter version. It seems to work but I'm not sure if that is the way to go forward...