Maxim Martynov

Results 155 comments of Maxim Martynov

Hm, why github-actions added label `python:uv` instead of `python:poetry`?

Apparently this issue is caused by using `git` dependency, because after moving to pypi dependency PRs are created without those errors: https://github.com/MobileTeleSystems/syncmaster/pull/310

Apparently, now 2017 image can run on Ubuntu 24.04

Instead of modifying `app.post()` method, maybe it should be a part of annotation? ``` @app.post("/data") async def handle_fiels( files: Annotated[List[UploadFile], Field(max_items=10), File(max_size="10MiB")] ): ... ```

Almost the same issue with PlainValidator was reported few months ago in #10402