mirror of
https://github.com/fastapi/fastapi.git
synced 2026-06-23 14:59:35 -04:00
Compare commits
3 Commits
translate-
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8cfaaddc7a | ||
|
|
a497a025e7 | ||
|
|
8f3db3d3e7 |
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -194,7 +194,7 @@ jobs:
|
||||
- name: Install Dependencies
|
||||
run: uv sync --no-dev --group tests --extra all
|
||||
- name: CodSpeed benchmarks
|
||||
uses: CodSpeedHQ/action@9d332c4d90b43981c3e55ae8e38e68709996240f # v4.17.0
|
||||
uses: CodSpeedHQ/action@c145068895e045cc725ee76fcd2307624b65c3af # v4.17.5
|
||||
with:
|
||||
mode: simulation
|
||||
run: uv run --no-sync pytest tests/benchmarks --codspeed
|
||||
|
||||
1
.github/workflows/zizmor.yml
vendored
1
.github/workflows/zizmor.yml
vendored
@@ -4,6 +4,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
permissions: {}
|
||||
|
||||
@@ -9,6 +9,7 @@ hide:
|
||||
|
||||
### Internal
|
||||
|
||||
* 🔒️ Update zizmor workflow security checks. PR [#15820](https://github.com/fastapi/fastapi/pull/15820) by [@tiangolo](https://github.com/tiangolo).
|
||||
* ⬆ Bump pydantic-settings from 2.14.1 to 2.14.2. PR [#15799](https://github.com/fastapi/fastapi/pull/15799) by [@dependabot[bot]](https://github.com/apps/dependabot).
|
||||
|
||||
## 0.138.0 (2026-06-20)
|
||||
|
||||
Reference in New Issue
Block a user