Motov Yurii

Results 218 comments of Motov Yurii

As part of our recent decision to move to an automated translation process 🤖, we’re no longer accepting community-submitted translation PRs. I’ll go ahead and close this PR. You can...

@Thodoris1999, thanks for your efforts! Docs code examples has been updated and now there are some conflicts. Would you like to resolve them?

As part of our recent decision to move to an automated translation process 🤖, we’re no longer accepting community-submitted translation PRs. I’ll go ahead and close this PR. You can...

Seems that this is done for Python version variants (except `test_websockets`, but we decided not to update it (Python 3.8 support will likely be dropped soon)). Should we also simplify...

As part of our recent decision to move to an automated translation process 🤖, we’re no longer accepting community-submitted translation PRs. I’ll go ahead and close this PR. You can...

As part of our recent decision to move to an automated translation process 🤖, we’re no longer accepting community-submitted translation PRs. I’ll go ahead and close this PR. You can...

Feel free to close it if you think we don't need this. I created it just as an alternative to #[13241](https://github.com/fastapi/fastapi/pull/13241)

As part of our recent decision to move to an automated translation process 🤖, we’re no longer accepting community-submitted translation PRs. I’ll go ahead and close this PR. You can...

@rockokw, thanks for the interest in FastAPI! Although it's true that we can import `Annotated` from `typing` in Python 3.9, it's not a mistake. Also, there are many more code...

Similar, but `set[str]` is used: https://github.com/fastapi/fastapi/pull/12528 I personally like the approach with `list` more. @sammasak, could you please add tests?