Skip to content

Commit d60ed12

Browse files
Chore(deps): Update fastapi requirement in /api/app (#378)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 51fc270 commit d60ed12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/app/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
uvicorn~=0.40.0
22
ffmpeg-python~=0.2.0
3-
fastapi~=0.128.0
3+
fastapi~=0.129.0
44
SQLAlchemy~=2.0.46
55
pydantic~=2.12.5
66
cryptography~=46.0.5

0 commit comments

Comments
 (0)