From 8b7e169f0f8a120aa4b655b6b75594e69c2c9b39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 07:41:52 +0000 Subject: [PATCH] build(deps): bump fastapi from 0.135.2 to 0.135.3 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.135.2 to 0.135.3. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.135.2...0.135.3) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.135.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a87ad1f7..6028490c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "httpx[http2] == 0.28.1", "aiohttp[speedups] == 3.13.5", "boto3 ~= 1.37", - "fastapi == 0.135.2", + "fastapi == 0.135.3", "python-multipart == 0.0.22", "email-validator == 2.3.0", "structlog == 25.5.0",