Motov Yurii

Results 218 comments of Motov Yurii

Let's keep it as Draft until it's ready for review

I checked it and on current FastAPI (1.116.1) and Pydantic (2.11.7) versions it gives me schema with `propertyNames`. It uses reference to `MyEnum`, but it seems to me that it's...

> I have the exact same issue with current FastAPI, Starlette and Pydantic versions. Dowgrading brings known security vulnerabilities unfortunately. I still can't reproduce the issue. With latest FastAPI (0.120.2)...

@wouterzwerink, thanks for your interest! I think the drawback of such approach is that it might break the existing code bases. It's common to declare all parameters as keyword-only in...

For now it's recommended to use Annotated approach to declare arguments. So, I think I think we can close this.

`QUERY` method is not supported by openapi 3.1 spec. So, for now we can't document operations with this method. ~~I think we should wait for openapi 3.2 to be released...

See my comment to #5667, it's also relevant for this PR: https://github.com/fastapi/fastapi/pull/5667#pullrequestreview-3310148297 As for adding scopes like `["-admin"]` - just a note: they all will appear in openapi schema

I already commented on this topic in [this comment](https://github.com/fastapi/fastapi/pull/5667#pullrequestreview-3310148297), but will summarize my thoughts here. ## Idea of this PR **There are 2 issues this PR aims to solve:** 1....

Similar feature request was converted into discussion: #331 I think the drawback of such approach is that it might break the existing code bases. It's common do declare all parameters...

I think this is beyond the scope of this project. Maintaining the support of multiple backends is very heavy burden and it's reasonable to choose the most popular ones and...