Vitaliy Kucheryaviy
Vitaliy Kucheryaviy
well warnings are a bit intentional - we wanted to make migration from ninja 0.x to 1.x easier - so both Config and Meta are supported, but eventually (I guess...
`class Config` is fully removed in 1.5+ - please use Meta instead
Hi @shmulvad yeah, if you can measure your case with and without cache memory usage - would be nice to know that number (as if it is questionable - maybe...
@elnygren technically your function did not throw any error (you returned 201 and result) - the result matching happens on higher level (django view) to do that you can use...
> If I don't add a new field the problem does not arise so problem only appears when you ADD some field ? or always ?
well I still do not understand you.. can you show two examples working and non working or something...
@UnoYakshi - long story short - no - cannot make it optional - we try to be as much similar to django views where request is always passed to view...
@DouweM - would be nice to have some out of the box solution for streaming in sync context (or at leat well documented example)
@DouweM ok, that something - but figuring it out is like really hard and not developer friendly... Imagine I want to print to stderr tool calls (names) and print to...
@DouweM 1) would be nice to have this Type Alias public/importable from pydantic-ai `AsyncIterable[Union[AgentStreamEvent, HandleResponseEvent]]` so I do not have to re-type it and hope it will not change in...