Skip to content

Commit a8849df

Browse files
committed
docs(CHANGES) Note PEP 563 compatibility
1 parent 9adcea7 commit a8849df

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGES

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@
66

77
### Development
88

9+
#### chore: Implement PEP 563 deferred annotation resolution (#440)
10+
11+
- Add `from __future__ import annotations` to defer annotation resolution and reduce unnecessary symbol computations during type checking
12+
- Enable Ruff checks for PEP-compliant annotations:
13+
- [non-pep585-annotation (UP006)](https://docs.astral.sh/ruff/rules/non-pep585-annotation/)
14+
- [non-pep604-annotation (UP007)](https://docs.astral.sh/ruff/rules/non-pep604-annotation/)
15+
16+
For more details on PEP 563, see: https://peps.python.org/pep-0563/
17+
18+
### Development
19+
920
- Relax `types-docutils` version constraint (#418)
1021

1122
## django-docutils 0.28.0 (2024-12-20)

0 commit comments

Comments
 (0)