From 1d90c2fc355d482c7d836d447f7b3ddc2ba92789 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 16:23:27 +0000 Subject: [PATCH] build: bump fastapi from 0.137.2 to 0.138.1 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.137.2 to 0.138.1. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.137.2...0.138.1) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.138.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e5405ef..060d5fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" requires-python = ">=3.12,<3.14" dependencies = [ - "fastapi==0.137.2", # API endpoints + "fastapi==0.138.1", # API endpoints "uvicorn==0.49.0", # Server "opencv-python==4.13.0.92", # Frame extraction "requests==2.34.2", # Model download diff --git a/uv.lock b/uv.lock index f5f9529..41b722f 100644 --- a/uv.lock +++ b/uv.lock @@ -214,7 +214,7 @@ wheels = [ [[package]] name = "fastapi" -version = "0.137.2" +version = "0.138.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "annotated-doc" }, @@ -223,9 +223,9 @@ dependencies = [ { name = "typing-extensions" }, { name = "typing-inspection" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/e2/29/cc5819dc24d3daa80cdaa1aec023bf8652a70dd7fd1c96b0b225c99a7690/fastapi-0.137.2.tar.gz", hash = "sha256:b9d893bebc97dcfbdcb1917e88a292d062844ea19445a5fa4f7eb28c4baea9e3", size = 410332, upload-time = "2026-06-18T06:58:24.434Z" } +sdist = { url = "https://files.pythonhosted.org/packages/8a/c9/5e8defe249899c0dc900643695fc07829a67fc88b4ff2cdb03fcbdbf5a4b/fastapi-0.138.1.tar.gz", hash = "sha256:96e3702dce09ee0dce48856135620d3d865ca684a79fe7513fd7b13a12f82862", size = 419646, upload-time = "2026-06-25T15:40:42.115Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/2f/ed/0c6b644e99fb5697d8bdcd36cdb47c52e77a63fc7a1514b1f03a6ecab955/fastapi-0.137.2-py3-none-any.whl", hash = "sha256:791d36261e916a98b25ac85ee591bc3db159394070f6d3d096d94fb378f60ce2", size = 122252, upload-time = "2026-06-18T06:58:26.074Z" }, + { url = "https://files.pythonhosted.org/packages/38/a9/69a6924f645eb4dd8cd625bf255b3625990eb3e14e073438a53c405dcd3e/fastapi-0.138.1-py3-none-any.whl", hash = "sha256:b994cae7ba8b82c976a728b544244de31333fa5f7d261f9a1dffe526444cae23", size = 129182, upload-time = "2026-06-25T15:40:40.771Z" }, ] [[package]] @@ -461,7 +461,7 @@ test = [ [package.metadata] requires-dist = [ - { name = "fastapi", specifier = "==0.137.2" }, + { name = "fastapi", specifier = "==0.138.1" }, { name = "h11", specifier = "==0.16.0" }, { name = "numpy", specifier = "==2.4.6" }, { name = "onnxruntime", marker = "(platform_machine == 'aarch64' and sys_platform == 'linux') or sys_platform == 'darwin'", specifier = "==1.26.0" },