Skip to content

v0.13.10

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Jan 04:28
· 312 commits to main since this release

Release Notes

Bug Fixes

  • Remove all Python 3.9 type-annotation-style in the codebase except for function signatures to ensure compatibility with Python 3.8. (:issue_ogc:[57]{.title-ref}, :pull_ogc:[58]{.title-ref}). Thanks to Tim Cera for reporting and fixing the issue.

Internal Changes

  • Use pyright for type checking instead of mypy since it is faster and more accurate. Also, fix all the type errors reported by pyright.
  • Improve code quality by addressing issues raised by DeepSource.