# typing-inspection v0.4.1 — v0.4.1 (2025-05-21) - Product: typing-inspection (https://whatsnew.fyi/product/typing-inspection) - Vendor: pydantic - Date: 2025-06-12 - Version: v0.4.1 - Original notes: https://github.com/pydantic/typing-inspection/releases/tag/v0.4.1 - Permalink: https://whatsnew.fyi/product/typing-inspection/releases/v0.4.1 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'. --- - **fixed** — Fix compatibility with latest Python 3.14 release - **added** — Add typing_objects.is_forwardref() - **fixed** — Fix implementation of is_union_origin() - **added** — Add SPDX license identifier - **changed** — Use list as a type hint for InspectedAnnotation.metadata ##### What's Changed * Fix compatibility with latest Python 3.14 release by @Viicos in https://github.com/pydantic/typing-inspection/pull/37 * Add `typing_objects.is_forwardref()` by @Viicos in https://github.com/pydantic/typing-inspection/pull/38 * Fix implementation of `is_union_origin()` by @Viicos in https://github.com/pydantic/typing-inspection/pull/40 * Add SPDX license identifier by @cdce8p in https://github.com/pydantic/typing-inspection/pull/42 * Use `list` as a type hint for `InspectedAnnotation.metadata` by @Viicos in https://github.com/pydantic/typing-inspection/pull/43 ##### New Contributors * @samuelcolvin made their first contribution in https://github.com/pydantic/typing-inspection/pull/34 * @cdce8p made their first contribution in https://github.com/pydantic/typing-inspection/pull/42 **Full Changelog**: https://github.com/pydantic/typing-inspection/compare/v0.4.0...v0.4.1