CHANGES
- Updated anyio from 4.4.0 to 4.6.0. This fixes many important cancellation issues on asyncio backend. See https://github.com/agronholm/anyio/releases/tag/4.5.0 and https://github.com/agronholm/anyio/releases/tag/4.6.0 for more information
- Updated libraries versions
- Allow disabling fetching database connection for Http and WS endpoints, if it is not needed
- Split JWTAuthBackend to common and contrib version, so that user does not have to always import contrib model
User
- Added openapi summary to all endpoints
FIXES
- Fixed typo in
constance
docs - Fixed cache tests with
anyio.move_on_after
(related to abovementioned anyio update)