# typing-inspection v0.3.0 — v0.3.0 (2025-02-24) - Product: typing-inspection (https://whatsnew.fyi/product/typing-inspection) - Vendor: pydantic - Date: 2025-02-24 - Version: v0.3.0 - Original notes: https://github.com/pydantic/typing-inspection/releases/tag/v0.3.0 - Permalink: https://whatsnew.fyi/product/typing-inspection/releases/v0.3.0 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'. --- - **added** — Handle bare ClassVar type qualifiers - **changed** — Rename INFERRED sentinel to UNKNOWN ##### What's Changed - Handle bare `ClassVar` type qualifiers, rename `INFERRED` sentinel by @Viicos in [#26](https://github.com/pydantic/typing-inspection/pull/26) While currently not explicitly allowed by the typing specification, `ClassVar` is allowed as a bare type qualifier. Unlike `Final`, the actual type doesn't have to be inferred from the assignment (e.g. one can use `Any`). For this reason, the `INFERRED` sentinel was renamed to `UNKNOWN`. **Full Changelog**: https://github.com/pydantic/typing-inspection/compare/v0.2.0...v0.3.0