Manish
3 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
13 changed files with
17 additions and
15 deletions
.github/workflows/build-docs.yml
.github/workflows/contributors.yml
.github/workflows/deploy-docs.yml
.github/workflows/label-approved.yml
.github/workflows/notify-translations.yml
.github/workflows/people.yml
.github/workflows/smokeshow.yml
.github/workflows/sponsors.yml
.github/workflows/test.yml
.github/workflows/topic-repos.yml
README.md
docs/en/docs/index.md
docs/en/docs/release-notes.md
@ -53,7 +53,7 @@ jobs:
with:
python-version : "3.11"
- name : Setup uv
uses : astral-sh/setup-uv@v5
uses : astral-sh/setup-uv@v6
with:
version : "0.4.15"
enable-cache : true
@ -95,7 +95,7 @@ jobs:
with:
python-version : "3.11"
- name : Setup uv
uses : astral-sh/setup-uv@v5
uses : astral-sh/setup-uv@v6
with:
version : "0.4.15"
enable-cache : true
@ -30,7 +30,7 @@ jobs:
with:
python-version : "3.11"
- name : Setup uv
uses : astral-sh/setup-uv@v5
uses : astral-sh/setup-uv@v6
with:
version : "0.4.15"
enable-cache : true
@ -29,7 +29,7 @@ jobs:
with:
python-version : "3.11"
- name : Setup uv
uses : astral-sh/setup-uv@v5
uses : astral-sh/setup-uv@v6
with:
version : "0.4.15"
enable-cache : true
@ -26,7 +26,7 @@ jobs:
with:
python-version : "3.11"
- name : Setup uv
uses : astral-sh/setup-uv@v5
uses : astral-sh/setup-uv@v6
with:
version : "0.4.15"
enable-cache : true
@ -34,7 +34,7 @@ jobs:
with:
python-version : "3.11"
- name : Setup uv
uses : astral-sh/setup-uv@v5
uses : astral-sh/setup-uv@v6
with:
version : "0.4.15"
enable-cache : true
@ -30,7 +30,7 @@ jobs:
with:
python-version : "3.11"
- name : Setup uv
uses : astral-sh/setup-uv@v5
uses : astral-sh/setup-uv@v6
with:
version : "0.4.15"
enable-cache : true
@ -26,7 +26,7 @@ jobs:
with:
python-version : '3.9'
- name : Setup uv
uses : astral-sh/setup-uv@v5
uses : astral-sh/setup-uv@v6
with:
version : "0.4.15"
enable-cache : true
@ -30,7 +30,7 @@ jobs:
with:
python-version : "3.11"
- name : Setup uv
uses : astral-sh/setup-uv@v5
uses : astral-sh/setup-uv@v6
with:
version : "0.4.15"
enable-cache : true
@ -29,7 +29,7 @@ jobs:
with:
python-version : "3.11"
- name : Setup uv
uses : astral-sh/setup-uv@v5
uses : astral-sh/setup-uv@v6
with:
version : "0.4.15"
enable-cache : true
@ -67,7 +67,7 @@ jobs:
with:
python-version : ${{ matrix.python-version }}
- name : Setup uv
uses : astral-sh/setup-uv@v5
uses : astral-sh/setup-uv@v6
with:
version : "0.4.15"
enable-cache : true
@ -112,7 +112,7 @@ jobs:
with:
python-version : '3.8'
- name : Setup uv
uses : astral-sh/setup-uv@v5
uses : astral-sh/setup-uv@v6
with:
version : "0.4.15"
enable-cache : true
@ -25,7 +25,7 @@ jobs:
with:
python-version : "3.11"
- name : Setup uv
uses : astral-sh/setup-uv@v5
uses : astral-sh/setup-uv@v6
with:
version : "0.4.15"
enable-cache : true
@ -150,7 +150,7 @@ $ pip install "fastapi[standard]"
### Create it
* Create a file `main.py` with:
Create a file `main.py` with:
```Python
from typing import Union
@ -146,7 +146,7 @@ $ pip install "fastapi[standard]"
### Create it
* Create a file `main.py` with:
Create a file `main.py` with:
```Python
from typing import Union
@ -9,6 +9,7 @@ hide:
### Docs
* 📝 Remove unnecessary bullet from docs. PR [#13641 ](https://github.com/fastapi/fastapi/pull/13641 ) by [@Adamowoc ](https://github.com/Adamowoc ).
* ✏️ Fix syntax error in `docs/en/docs/tutorial/handling-errors.md` . PR [#13623 ](https://github.com/fastapi/fastapi/pull/13623 ) by [@gsheni ](https://github.com/gsheni ).
* 📝 Fix typo in documentation. PR [#13599 ](https://github.com/fastapi/fastapi/pull/13599 ) by [@Taoup ](https://github.com/Taoup ).
* 📝 Fix liblab client generation doc link. PR [#13571 ](https://github.com/fastapi/fastapi/pull/13571 ) by [@EFord36 ](https://github.com/EFord36 ).
@ -25,6 +26,7 @@ hide:
### Internal
* ⬆ Bump astral-sh/setup-uv from 5 to 6. PR [#13648 ](https://github.com/fastapi/fastapi/pull/13648 ) by [@dependabot[bot]](https://github.com/apps/dependabot).
* ⬆ [pre-commit.ci] pre-commit autoupdate. PR [#13634 ](https://github.com/fastapi/fastapi/pull/13634 ) by [@pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci).
* ⬆ [pre-commit.ci] pre-commit autoupdate. PR [#13619 ](https://github.com/fastapi/fastapi/pull/13619 ) by [@pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci).
* ⬆ [pre-commit.ci] pre-commit autoupdate. PR [#13594 ](https://github.com/fastapi/fastapi/pull/13594 ) by [@pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci).