From 2a7decc945ff36b52d6b671a732c427b38bbd5d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 06:08:26 +0000 Subject: [PATCH] chore(deps): Bump fastapi from 0.136.1 to 0.138.1 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.136.1 to 0.138.1. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.136.1...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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cdfed36..17ee608 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "MIT" authors = [{ name = "Hasan Sezer Taşan", email = "hasansezertasan@gmail.com" }] requires-python = ">=3.14" dependencies = [ - "fastapi[standard]==0.136.1", + "fastapi[standard]==0.138.1", "faststream[rabbit]==0.6.7", "python-escpos==3.1", ]