José Pacheco
José Pacheco
I opened a [small PR](https://github.com/celery/celery/pull/9247), but need some guidance as to whether this approach is desirable or not. IMO, if we are supporting both the decorator and non-decorator usecases, then...
@DarkLight1337 fixing the version will solve this for now, but proposed a permanent fix [here](https://github.com/fastapi/fastapi/pull/12197)
A few things I noticed: 1. these issues seem to be related to this change: https://github.com/fastapi/fastapi/commit/aa21814a89853c17c139054a5c51f0bb1ea68a0a (that new `get_model_fields()` list comprehension) 2. this particular issue seems to happen around TypedDicts;...
@DarkLight1337 yes, I'd recommend `fastapi >= 0.114.1` (to fix a performance issue related to this part of their code) and `pydantic >= 2.9.0` (to fix the actual issue we're seeing...
@lieryan could you resolve conflicts for this to be ready to merge?
@tiangolo @drikster80 posted thoughts and a smaller reproducible example for the vllm case here: https://github.com/vllm-project/vllm/issues/8212#issuecomment-2339777580 imo there is still a class of "0.113 exposed broken pydantic schema" issues that may...
what's the performance of pickling the game vs some other serialization format? (ideally one that doesn't allow arbitrary code execution)