Browse Source
Merge branch 'master' into fix/12941
pull/12942/head
Sebastián Ramírez
10 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
12 changed files with
18 additions and
14 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
.github/workflows/translate.yml
docs/en/docs/release-notes.md
@ -54,7 +54,7 @@ jobs:
with:
python-version : "3.11"
- name : Setup uv
uses : astral-sh/setup-uv@v6
uses : astral-sh/setup-uv@v7
with:
version : "0.4.15"
enable-cache : true
@ -96,7 +96,7 @@ jobs:
with:
python-version : "3.11"
- name : Setup uv
uses : astral-sh/setup-uv@v6
uses : astral-sh/setup-uv@v7
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@v6
uses : astral-sh/setup-uv@v7
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@v6
uses : astral-sh/setup-uv@v7
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@v6
uses : astral-sh/setup-uv@v7
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@v6
uses : astral-sh/setup-uv@v7
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@v6
uses : astral-sh/setup-uv@v7
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@v6
uses : astral-sh/setup-uv@v7
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@v6
uses : astral-sh/setup-uv@v7
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@v6
uses : astral-sh/setup-uv@v7
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@v6
uses : astral-sh/setup-uv@v7
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@v6
uses : astral-sh/setup-uv@v7
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@v6
uses : astral-sh/setup-uv@v7
with:
version : "0.4.15"
enable-cache : true
@ -48,7 +48,7 @@ jobs:
with:
python-version : "3.11"
- name : Setup uv
uses : astral-sh/setup-uv@v6
uses : astral-sh/setup-uv@v7
with:
version : "0.4.15"
enable-cache : true
@ -7,6 +7,10 @@ hide:
## Latest Changes
### Internal
* ⬆ Bump astral-sh/setup-uv from 6 to 7. PR [#14167 ](https://github.com/fastapi/fastapi/pull/14167 ) by [@dependabot[bot]](https://github.com/apps/dependabot).
## 0.118.1
### Upgrades