Alex-B

Results 2 issues of Alex-B

Hi guys, I wrote as simple project spawning 2 logging events (it's a bit rusty, but it was just created for testing purposes): ``` import logging from aiohttp import ServerDisconnectedError...

``` class PetCollectionView(PydanticView): async def get(self, age: Optional[int] = None) -> r200[List[Pet]]: pass ``` I expected this handler's response annotation triggers response content validation with pydantic, but unfortunately I was...