github typeddjango/djangorestframework-stubs 3.16.8

11 hours ago

What's Changed

  • Make types-requests an optional dependency -- add requests extra by @bluetech in #900

    The types-request dependency is now optional. If you use rest_framework.test.RequestsClient, consider installing the requests extra: djangorestframework-stubs[requests].

  • Fix Request stub allowing arbitrary attribute access by @emmanuel-ferdman in #904

    Type checkers would previously ignore when accessing non-existant Request attributes.

Housekeeping

Full Changelog: 3.16.7...3.16.8

Don't miss a new djangorestframework-stubs release

NewReleases is sending notifications on new releases.