Skip to content

Commit 3a830ba

Browse files
build: bump fastapi from 0.133.1 to 0.135.2
Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.133.1 to 0.135.2. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.133.1...0.135.2) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.135.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5835a52 commit 3a830ba

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "README.md"
1010
requires-python = ">=3.11,<3.14"
1111

1212
dependencies = [
13-
"fastapi==0.133.1", # API endpoints
13+
"fastapi==0.135.2", # API endpoints
1414
"uvicorn==0.41.0", # Server
1515
"opencv-python==4.13.0.92", # Frame extraction
1616
"requests==2.32.5", # Model download

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)