Tags: jmitchel3/django-bolt
Tags
Add future annotations for improved type hinting - Introduced `from __future__ import annotations` in multiple files to enable postponed evaluation of type annotations. - Updated type hints in `jwt_utils.py` to remove unnecessary quotes around `Request` type. - Cleaned up imports in `dependencies.py` by removing TYPE_CHECKING conditional imports.
PreviousNext