Skip to content

Commit ea3fd5b

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.127.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.127.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3c9ce4d commit ea3fd5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-tests.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ mypy ==1.14.1; python_version < "3.9"
77
mypy ==1.19.1; python_version >= "3.9"
88
ruff ==0.14.10
99
# For FastAPI tests
10-
fastapi >=0.103.2,<0.126.0
10+
fastapi >=0.103.2,<0.128.0
1111
httpx ==0.28.1
1212
dirty-equals ==0.9.0
1313
jinja2 ==3.1.6

0 commit comments

Comments
 (0)