Arthur Pastel

Results 63 comments of Arthur Pastel

Actually I though about it again and it might be quite painful for existing users to have to change the dependency in order to upgrade to the new release. I...

Closing in favor of #237. Implementing remove directly with `collection.deleteMany` and `collection.delete`.

Dropped in favor of #230, and since dropping python 3.6 at this point makes sense.

Hello, thanks for showing this use case. Yeah, currently this is, unfortunately, the only way. Although you could avoid manual unpacking like this: ```python @router.put("/builds/", response_model=Build, tags=["builds"]) async def create_build(build_in_api:...

Hello thanks for the request. Have you tried to use [pydantic validators](https://pydantic-docs.helpmanual.io/usage/validators) to achieve this?

Hello, yes this is unfortunately not supported yet. Since https://github.com/art049/odmantic/pull/269 you'll get a TypeError when trying a such definition. A full rework of Reference management is coming soon and this...

Okay, I thought this was an unexpected behavior. Wouldn't it be possible to add this through the `Query` decorator? Btw, I'd be up working on this if you think it's...