Skip to content

Commit

Permalink
docs(CHANGES) Note PEP 563 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Jan 4, 2025
1 parent 9adcea7 commit c4fa39f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@

### Development

#### chore: Implement PEP 563 deferred annotation resolution (#440)

- Add `from __future__ import annotations` to defer annotation resolution and reduce unnecessary runtime computations during type checking.
- Enable Ruff checks for PEP-compliant annotations:
- [non-pep585-annotation (UP006)](https://docs.astral.sh/ruff/rules/non-pep585-annotation/)
- [non-pep604-annotation (UP007)](https://docs.astral.sh/ruff/rules/non-pep604-annotation/)

For more details on PEP 563, see: https://peps.python.org/pep-0563/

### Development

- Relax `types-docutils` version constraint (#418)

## django-docutils 0.28.0 (2024-12-20)
Expand Down

0 comments on commit c4fa39f

Please sign in to comment.