v0.4.3
v0.4.3 2026-08-10
Added 1
- Add Python 3.15 support
Changed 1
- Avoid module getattr() calls in typing_objects functions
Removed 1
- Drop support for Python 3.9
From typing-inspection
What's Changed
- Drop support for Python 3.9 by @Viicos in #52
- Avoid module
getattr()calls intyping_objectsfunctions by @Viicos in #57 - Add Python 3.15 support by @Viicos in #59
Full Changelog: https://github.com/pydantic/typing-inspection/compare/v0.4.2...v0.4.3