Commit d89e4cc
chore(deps-dev): update fastapi requirement from <0.138.2,>=0.100.0 to >=0.100.0,<0.139.1 (#189)
* chore(deps-dev): update fastapi requirement
Updates the requirements on [fastapi](https://github.com/fastapi/fastapi) to permit the latest version.
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.100.0...0.139.0)
---
updated-dependencies:
- dependency-name: fastapi
dependency-version: 0.139.0
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
* build: actually exclude fastapi 0.136.3 flagged by MAL-2026-4750
The adjacent comment claims the advisory version is excluded, but the
range specifier alone never did. Add !=0.136.3 to the web and dev
extras so a constrained resolve cannot pick the flagged release.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01TqYpmV8TABMzq27HBTLtNP
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Patrick Roland <48327651+rolandpg@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com>1 parent 99a7665 commit d89e4cc
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| |||
0 commit comments