Skip to content

Commit e20478b

Browse files
OgeonX-Airoot
andauthored
ci(deps): guard unsupported FastAPI updates (#20)
Co-authored-by: root <root@Kimi.localdomain>
1 parent 66bf053 commit e20478b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ updates:
88
all:
99
patterns:
1010
- "*"
11+
# Agent Framework DevUI currently requires FastAPI < 0.138.1.
12+
# Keep Dependabot on the compatible line until Microsoft lifts this bound.
13+
ignore:
14+
- dependency-name: "fastapi"
15+
versions: [">= 0.138.1"]
1116
- package-ecosystem: "github-actions"
1217
directory: "/"
1318
schedule:

0 commit comments

Comments
 (0)