Skip to content

v1.4.0 — Type Hints 现代化

Latest

Choose a tag to compare

@moshierming moshierming released this 24 Mar 14:49
· 38 commits to master since this release

Changed

  • Type Hints 现代化:全部 16 个源文件、24 个函数签名升级为 dict[str, object] / list[dict[str, object]] 精确类型注解,替代原有的裸 dict / list[dict]
  • 类型风格统一:配合 from __future__ import annotations 使用 PEP 604 X | None 语法,零 typing 模块导入

Full Changelog: v1.3.0...v1.4.0