Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: unpin django-stubs now that we're on django 4.2
django-stubs, which provides better type hinting for Django projects, was pinned to an old version (1.16.0) in order to support Django versions <=4. Now that we have upgraded edx-platform to 4.2, we can remove the django-stubs pin, and use the latest version. This will allow us to use type hints more aggressively, especially in the content_libraries app.
- Loading branch information