Skip to content

Commit

Permalink
small fix: version
Browse files Browse the repository at this point in the history
  • Loading branch information
noknmgc committed Sep 19, 2023
1 parent ebf8038 commit 985f9f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FastAPI/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
ここでは、FastAPI をすぐ使えるようになるための、手順を紹介します。
[FastAPI](https://fastapi.tiangolo.com/ja/) は、Python の標準である型ヒントに基づいて Python 3.6 以降で API を構築するための、モダンで、高速(高パフォーマンス)な、Web フレームワークです。

Python の実行環境については、仮想環境などを用意してください。FastAPI では、pydantic を使ってリクエスト・レスポンスの型を定義します。型の記述は、Python のバージョンにより若干異なります。ここでは、**Python 11.3**を利用します。
Python の実行環境については、仮想環境などを用意してください。FastAPI では、pydantic を使ってリクエスト・レスポンスの型を定義します。型の記述は、Python のバージョンにより若干異なります。ここでは、**Python 3.11.3**を利用します。

# 目次

Expand Down

0 comments on commit 985f9f5

Please sign in to comment.