New: Intelligent Flashcards spaced-repetition decks for every topic, built to make things actually stick.
Setting version="2.5.0" when you create your FastAPI app records which piece of information?
version="2.5.0"
Which version of your API's routes to serve, silently retiring anything older automatically without you touching the code.
Your own app's version number, shown in the schema and docs.
The version of the OpenAPI specification format used to build the schema, not your app's release.