What's Changed
- Fix compatibility with latest Python 3.14 release by @Viicos in #37
- Add
typing_objects.is_forwardref()
by @Viicos in #38 - Fix implementation of
is_union_origin()
by @Viicos in #40 - Add SPDX license identifier by @cdce8p in #42
- Use
list
as a type hint forInspectedAnnotation.metadata
by @Viicos in #43
New Contributors
- @samuelcolvin made their first contribution in #34
- @cdce8p made their first contribution in #42
Full Changelog: v0.4.0...v0.4.1