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 ddac480 commit dffbe5a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,19 @@ You can test the unpublished version of cihai-cli before its released, see

<!-- Maintainers, insert changes / features for the next release here -->

- _Changes for the upcoming release go here._

### Development

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

- 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/

## cihai-cli 0.30.0 (2024-12-21)

_Maintenance only, no bug fixes, or new features_
Expand Down

0 comments on commit dffbe5a

Please sign in to comment.