1.2.1
Version 1.2.1
Added 1
- Add assert error for requires() when request param is not Request type
Changed 1
- Use httpx2 for type checking in the testclient module
What's Changed
- Use
httpx2for type checking in thetestclientmodule by @leifwar in https://github.com/Kludex/starlette/pull/3304 - Add assert error for requires() when request param is not Request type by @KeeganOP in https://github.com/Kludex/starlette/pull/3298
New Contributors
- @leifwar made their first contribution in https://github.com/Kludex/starlette/pull/3304
- @diskeu made their first contribution in https://github.com/Kludex/starlette/pull/3243
- @KeeganOP made their first contribution in https://github.com/Kludex/starlette/pull/3298
Full Changelog: https://github.com/Kludex/starlette/compare/1.2.0...1.2.1