Skip to content

Commit 4f88650

Browse files
Update fastapi requirement from ~=0.128.0 to ~=0.129.0
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.128.0...0.129.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.129.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 33f4cbe commit 4f88650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0"
44
requires-python = ">=3.12"
55
dependencies = [
66
"diskcache2~=1.0.0",
7-
"fastapi~=0.128.0",
7+
"fastapi~=0.129.0",
88
"httptools~=0.7.1",
99
"msgspec~=0.20.0",
1010
"pdfminer-six[image]>=20240706",

0 commit comments

Comments
 (0)