# typing-inspection v0.4.3 — v0.4.3 2026-08-10 - Product: typing-inspection (https://whatsnew.fyi/product/typing-inspection) - Vendor: pydantic - Date: 2026-08-12 - Version: v0.4.3 - Original notes: https://github.com/pydantic/typing-inspection/releases/tag/v0.4.3 - Permalink: https://whatsnew.fyi/product/typing-inspection/releases/v0.4.3 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **removed** — Drop support for Python 3.9 - **changed** — Avoid module getattr() calls in typing_objects functions - **added** — Add Python 3.15 support ##### What's Changed - Drop support for Python 3.9 by @Viicos in [#52](https://github.com/pydantic/typing-inspection/pull/52) - Avoid module `getattr()` calls in `typing_objects` functions by @Viicos in [#57](https://github.com/pydantic/typing-inspection/pull/57) - Add Python 3.15 support by @Viicos in [#59](https://github.com/pydantic/typing-inspection/pull/59) **Full Changelog**: https://github.com/pydantic/typing-inspection/compare/v0.4.2...v0.4.3