0.23.0 (7th April 2026)
Fixed
- Fix
datapattern with list value (#264) - Fix and enhance incorrect documentations about iterable side effects (#287)
- Fix documentation typo, thanks @markhobson (#298)
- Fix support for multiple slashes
//in URL path by not usingurljoinwhen
prepending path, thanks @lewiscollard and @Skeen (#302) - Type Route.respond json as
Anyto align with HTTPX, thanks @JacobHayes (#284) - Properly handle
ANYinMuitiItemspatterns (#289)
CI
- Fix test warnings (#267)
- Add Python 3.14 to test matrix, thanks @carlosdorneles-mb (#300)
- Update nix flake, mypy target and workflows (#306, #282)