bowener.chen
bowener.chen
> Seems like an issue with the generated OpenAPI, or Swagger. I'm not sure which. Nonetheless, an issue. > > ```python > from __future__ import annotations > > from typing...
on MacBook Pro M2 Max PyCharm 2024.2.3 (Professional Edition)
    yeah, it worked!
hi,Marcelo, I would like to confirm one more question about best practices: Is it a recommended practice to make a parameter required by setting Query(default=...)? I noticed that using this...
Okay, here it is. Let's try the following code: ``` from __future__ import annotations from typing import Annotated import fastapi import uvicorn from fastapi import FastAPI, Query app = FastAPI()...
OK! I see bro, thx!