mirror of
https://github.com/fastapi/fastapi.git
synced 2025-12-25 23:29:34 -05:00
Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7a87e288c2 | ||
|
|
8aa879ea47 | ||
|
|
29b24209b6 | ||
|
|
dd649ff814 | ||
|
|
274d3d9bd0 | ||
|
|
ad294d4d1e | ||
|
|
55ba3220f8 | ||
|
|
05b62724e0 | ||
|
|
324c3ba095 |
5
.github/workflows/contributors.yml
vendored
5
.github/workflows/contributors.yml
vendored
@@ -21,7 +21,6 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
pull-requests: write
|
|
||||||
steps:
|
steps:
|
||||||
- name: Dump GitHub context
|
- name: Dump GitHub context
|
||||||
env:
|
env:
|
||||||
@@ -50,8 +49,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
limit-access-to-actor: true
|
limit-access-to-actor: true
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.FASTAPI_PEOPLE }}
|
||||||
- name: FastAPI People Contributors
|
- name: FastAPI People Contributors
|
||||||
run: python ./scripts/contributors.py
|
run: python ./scripts/contributors.py
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.FASTAPI_PEOPLE }}
|
||||||
|
|||||||
0
debug2.txt
Normal file
0
debug2.txt
Normal file
@@ -62,6 +62,9 @@ hide:
|
|||||||
|
|
||||||
### Internal
|
### Internal
|
||||||
|
|
||||||
|
* ⬆ Bump markdown-include-variants from 0.0.3 to 0.0.4. PR [#13129](https://github.com/fastapi/fastapi/pull/13129) by [@dependabot[bot]](https://github.com/apps/dependabot).
|
||||||
|
* ⬆ Bump inline-snapshot from 0.14.0 to 0.18.1. PR [#13132](https://github.com/fastapi/fastapi/pull/13132) by [@dependabot[bot]](https://github.com/apps/dependabot).
|
||||||
|
* ⬆ Bump mkdocs-macros-plugin from 1.0.5 to 1.3.7. PR [#13133](https://github.com/fastapi/fastapi/pull/13133) by [@dependabot[bot]](https://github.com/apps/dependabot).
|
||||||
* 🔨 Add internal scripts to generate language translations with PydanticAI, include Spanish prompt. PR [#13123](https://github.com/fastapi/fastapi/pull/13123) by [@tiangolo](https://github.com/tiangolo).
|
* 🔨 Add internal scripts to generate language translations with PydanticAI, include Spanish prompt. PR [#13123](https://github.com/fastapi/fastapi/pull/13123) by [@tiangolo](https://github.com/tiangolo).
|
||||||
* ⬆ Bump astral-sh/setup-uv from 4 to 5. PR [#13096](https://github.com/fastapi/fastapi/pull/13096) by [@dependabot[bot]](https://github.com/apps/dependabot).
|
* ⬆ Bump astral-sh/setup-uv from 4 to 5. PR [#13096](https://github.com/fastapi/fastapi/pull/13096) by [@dependabot[bot]](https://github.com/apps/dependabot).
|
||||||
* 🔧 Update sponsors: rename CryptAPI to BlockBee. PR [#13078](https://github.com/fastapi/fastapi/pull/13078) by [@tiangolo](https://github.com/tiangolo).
|
* 🔧 Update sponsors: rename CryptAPI to BlockBee. PR [#13078](https://github.com/fastapi/fastapi/pull/13078) by [@tiangolo](https://github.com/tiangolo).
|
||||||
|
|||||||
@@ -15,5 +15,5 @@ mkdocstrings[python]==0.26.1
|
|||||||
griffe-typingdoc==0.2.7
|
griffe-typingdoc==0.2.7
|
||||||
# For griffe, it formats with black
|
# For griffe, it formats with black
|
||||||
black==24.10.0
|
black==24.10.0
|
||||||
mkdocs-macros-plugin==1.0.5
|
mkdocs-macros-plugin==1.3.7
|
||||||
markdown-include-variants==0.0.3
|
markdown-include-variants==0.0.4
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ anyio[trio] >=3.2.1,<4.0.0
|
|||||||
PyJWT==2.8.0
|
PyJWT==2.8.0
|
||||||
pyyaml >=5.3.1,<7.0.0
|
pyyaml >=5.3.1,<7.0.0
|
||||||
passlib[bcrypt] >=1.7.2,<2.0.0
|
passlib[bcrypt] >=1.7.2,<2.0.0
|
||||||
inline-snapshot==0.14.0
|
inline-snapshot==0.18.1
|
||||||
# types
|
# types
|
||||||
types-ujson ==5.10.0.20240515
|
types-ujson ==5.10.0.20240515
|
||||||
types-orjson ==3.6.2
|
types-orjson ==3.6.2
|
||||||
|
|||||||
Reference in New Issue
Block a user