- Update bundled typeshed - Support ``try`` blocks in stubs - Declare support for Python 3.13 - Handle situations where an entry on the module search path is not accessible or does not exist - Fix warnings due to use of deprecated AST classes
2.5.1
- Fix packaging metadata that still incorrectly declared support for Python 3.7
2.5.0
- Update bundled typeshed - Drop support for Python 3.7 - `typeshed_client.finder.get_search_path()` is now deprecated, as it is no longer useful
2.4.0
- Update bundled typeshed - Declare support for Python 3.12
2.3.0
- Update bundled typeshed - Support `__all__.append` and `__all__.extend`