Skip to content

Commit 88c0ca4

Browse files
⬆ 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.103.2...0.128.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.128.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 401aab9 commit 88c0ca4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements-tests.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ coverage[toml] >=6.2,<8.0
55
mypy ==1.19.1
66
ruff ==0.14.10
77
# For FastAPI tests
8-
fastapi >=0.103.2,<0.126.0
8+
fastapi >=0.103.2,<0.129.0
99
httpx ==0.28.1
1010
dirty-equals ==0.11
1111
jinja2 ==3.1.6

0 commit comments

Comments
 (0)