Browse Source
Merge branch 'fastapi:master' into update-prompts-and-german-translation
pull/14015/head
Nils-Hero Lindemann
11 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
16 changed files with
21 additions and
18 deletions
.github/workflows/build-docs.yml
.github/workflows/contributors.yml
.github/workflows/deploy-docs.yml
.github/workflows/label-approved.yml
.github/workflows/labeler.yml
.github/workflows/notify-translations.yml
.github/workflows/people.yml
.github/workflows/publish.yml
.github/workflows/smokeshow.yml
.github/workflows/sponsors.yml
.github/workflows/test-redistribute.yml
.github/workflows/test.yml
.github/workflows/topic-repos.yml
.github/workflows/translate.yml
.pre-commit-config.yaml
docs/en/docs/release-notes.md
@ -49,7 +49,7 @@ jobs:
steps:
- uses : actions/checkout@v5
- name : Set up Python
uses : actions/setup-python@v5
uses : actions/setup-python@v6
with:
python-version : "3.11"
- name : Setup uv
@ -91,7 +91,7 @@ jobs:
run : echo "$GITHUB_CONTEXT"
- uses : actions/checkout@v5
- name : Set up Python
uses : actions/setup-python@v5
uses : actions/setup-python@v6
with:
python-version : "3.11"
- name : Setup uv
@ -26,7 +26,7 @@ jobs:
run : echo "$GITHUB_CONTEXT"
- uses : actions/checkout@v5
- name : Set up Python
uses : actions/setup-python@v5
uses : actions/setup-python@v6
with:
python-version : "3.11"
- name : Setup uv
@ -25,7 +25,7 @@ jobs:
run : echo "$GITHUB_CONTEXT"
- uses : actions/checkout@v5
- name : Set up Python
uses : actions/setup-python@v5
uses : actions/setup-python@v6
with:
python-version : "3.11"
- name : Setup uv
@ -22,7 +22,7 @@ jobs:
run : echo "$GITHUB_CONTEXT"
- uses : actions/checkout@v5
- name : Set up Python
uses : actions/setup-python@v5
uses : actions/setup-python@v6
with:
python-version : "3.11"
- name : Setup uv
@ -16,7 +16,7 @@ jobs:
pull-requests : write
runs-on : ubuntu-latest
steps:
- uses : actions/labeler@v5
- uses : actions/labeler@v6
if : ${{ github.event.action != 'labeled' && github.event.action != 'unlabeled' }}
- run : echo "Done adding labels"
# Run this after labeler applied labels
@ -30,7 +30,7 @@ jobs:
run : echo "$GITHUB_CONTEXT"
- uses : actions/checkout@v5
- name : Set up Python
uses : actions/setup-python@v5
uses : actions/setup-python@v6
with:
python-version : "3.11"
- name : Setup uv
@ -26,7 +26,7 @@ jobs:
run : echo "$GITHUB_CONTEXT"
- uses : actions/checkout@v5
- name : Set up Python
uses : actions/setup-python@v5
uses : actions/setup-python@v6
with:
python-version : "3.11"
- name : Setup uv
@ -22,7 +22,7 @@ jobs:
run : echo "$GITHUB_CONTEXT"
- uses : actions/checkout@v5
- name : Set up Python
uses : actions/setup-python@v5
uses : actions/setup-python@v6
with:
python-version : "3.10"
# Issue ref: https://github.com/actions/setup-python/issues/436
@ -22,7 +22,7 @@ jobs:
GITHUB_CONTEXT : ${{ toJson(github) }}
run : echo "$GITHUB_CONTEXT"
- uses : actions/checkout@v5
- uses : actions/setup-python@v5
- uses : actions/setup-python@v6
with:
python-version : '3.9'
- name : Setup uv
@ -26,7 +26,7 @@ jobs:
run : echo "$GITHUB_CONTEXT"
- uses : actions/checkout@v5
- name : Set up Python
uses : actions/setup-python@v5
uses : actions/setup-python@v6
with:
python-version : "3.11"
- name : Setup uv
@ -24,7 +24,7 @@ jobs:
run : echo "$GITHUB_CONTEXT"
- uses : actions/checkout@v5
- name : Set up Python
uses : actions/setup-python@v5
uses : actions/setup-python@v6
with:
python-version : "3.10"
- name : Install build dependencies
@ -25,7 +25,7 @@ jobs:
run : echo "$GITHUB_CONTEXT"
- uses : actions/checkout@v5
- name : Set up Python
uses : actions/setup-python@v5
uses : actions/setup-python@v6
with:
python-version : "3.11"
- name : Setup uv
@ -63,7 +63,7 @@ jobs:
run : echo "$GITHUB_CONTEXT"
- uses : actions/checkout@v5
- name : Set up Python
uses : actions/setup-python@v5
uses : actions/setup-python@v6
with:
python-version : ${{ matrix.python-version }}
- name : Setup uv
@ -108,7 +108,7 @@ jobs:
GITHUB_CONTEXT : ${{ toJson(github) }}
run : echo "$GITHUB_CONTEXT"
- uses : actions/checkout@v5
- uses : actions/setup-python@v5
- uses : actions/setup-python@v6
with:
python-version : '3.8'
- name : Setup uv
@ -21,7 +21,7 @@ jobs:
run : echo "$GITHUB_CONTEXT"
- uses : actions/checkout@v5
- name : Set up Python
uses : actions/setup-python@v5
uses : actions/setup-python@v6
with:
python-version : "3.11"
- name : Setup uv
@ -44,7 +44,7 @@ jobs:
run : echo "$GITHUB_CONTEXT"
- uses : actions/checkout@v5
- name : Set up Python
uses : actions/setup-python@v5
uses : actions/setup-python@v6
with:
python-version : "3.11"
- name : Setup uv
@ -14,7 +14,7 @@ repos:
- id : end-of-file-fixer
- id : trailing-whitespace
- repo : https://github.com/astral-sh/ruff-pre-commit
rev : v0.12.11
rev : v0.12.12
hooks:
- id : ruff
args:
@ -35,6 +35,9 @@ hide:
### Internal
* ⬆ Bump actions/setup-python from 5 to 6. PR [#14042 ](https://github.com/fastapi/fastapi/pull/14042 ) by [@dependabot[bot]](https://github.com/apps/dependabot).
* ⬆ Bump actions/labeler from 5 to 6. PR [#14046 ](https://github.com/fastapi/fastapi/pull/14046 ) by [@dependabot[bot]](https://github.com/apps/dependabot).
* ⬆ [pre-commit.ci] pre-commit autoupdate. PR [#14056 ](https://github.com/fastapi/fastapi/pull/14056 ) by [@pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci).
* ⬆ [pre-commit.ci] pre-commit autoupdate. PR [#14035 ](https://github.com/fastapi/fastapi/pull/14035 ) by [@pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci).
* ⬆ Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0. PR [#14041 ](https://github.com/fastapi/fastapi/pull/14041 ) by [@dependabot[bot]](https://github.com/apps/dependabot).
* 👥 Update FastAPI People - Contributors and Translators. PR [#14029 ](https://github.com/fastapi/fastapi/pull/14029 ) by [@tiangolo ](https://github.com/tiangolo ).