What's Changed
* Drop Python 3.7, test on 3.12-dev and update deps by adriangb in https://github.com/annotated-types/annotated-types/pull/44
* Add IsFinite type by adriangb in https://github.com/annotated-types/annotated-types/pull/43
* Add Not to allow predicate negation by adriangb in https://github.com/annotated-types/annotated-types/pull/45
* update deps to fix python 3.12 CI by adriangb in https://github.com/annotated-types/annotated-types/pull/50
* ✨ Add support for `doc()` by tiangolo in https://github.com/annotated-types/annotated-types/pull/49
* Fix README typo by JelleZijlstra in https://github.com/annotated-types/annotated-types/pull/52
* Remove unused pytest-mock test dependency by gotmax23 in https://github.com/annotated-types/annotated-types/pull/54
New Contributors
* tiangolo made their first contribution in https://github.com/annotated-types/annotated-types/pull/49
* JelleZijlstra made their first contribution in https://github.com/annotated-types/annotated-types/pull/52
* gotmax23 made their first contribution in https://github.com/annotated-types/annotated-types/pull/54
**Full Changelog**: https://github.com/annotated-types/annotated-types/compare/v0.5.0...v0.6.0