T. Franzel
T. Franzel
I can confirm this, however I do not know what exactly changed in mypy. The error seems incorrect to me, but I'm not very sure about that. ```python a =...
I don't see `filter_backends = (DjangoFilterBackend,)` which is required. Is there a `pass` on `BaseListView`? This works for me, if `filter_backends` is added. Please provide a better reproduction.
please update you snippet so that it works standalone. What you given me there, works for me. Couldn't reproduce your issue there.
@ftsell sry it took a while. I had not much time lately and I'm cautious of merging stuff I don't completely understand, especially security related stuff. The devil is in...
Sry this took a while. Yes, this is the right thing to do given that django's default is strict and the oauth2 login mechanism of swaggerui (via popup) must somehow...
Hi, that is quite interesting. As the message states, it is an indirect dependency for jsonschema, which we use to (optionally) validate the schema. However, this has been a "requirement"...
closing this issue for now. feel free to comment if anything is missing or not working and we will follow-up.
please provide more context, ideally a reproducible example. spectacular is used in a variety of images including alpine without issue, hence we need more information.
Hi, are you sure this is not due to changes on your end between the projects? I'm pretty sure we have basically changed nothing between `0.26.5` and `0.27.0` with regards...
Hi, this looks like very strange behavior. It is okay to not have `dj_rest_auth`, as these are optional imports. drf-spectacular is deterministic and should either always fail or never fail....