v0.4.1
v0.4.1 (2025-05-21)
Added 2
- Add typing_objects.is_forwardref()
- Add SPDX license identifier
Changed 1
- Use list as a type hint for InspectedAnnotation.metadata
Fixed 2
- Fix compatibility with latest Python 3.14 release
- Fix implementation of is_union_origin()
From typing-inspection
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
listas a type hint forInspectedAnnotation.metadataby @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