rei-ber
rei-ber
I am also interested in this feature :) Is there any plan to implement it or another option to get the logs into stdout?
Thanks for implementing :) When do you deploy a new release, which contains this feature?
I am also interested in this feature. What is the current state?
When do you plan to merge it? And when do you plan a new kazoo release?
I tried a bit more and got another, maybe more meaningful example. [This one](https://gist.github.com/rei-ber/2aa93ac77393792b01cb39d331742d70) has a get and post path and breaks by producing an `AnyOf` object which does not...
Same result here with `validate_response` decorator. That's the traceback I get: ```python Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/quart/app.py", line 1376, in handle_request return await self.full_dispatch_request(request_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/quart/app.py", line...