From 59e24ad28d82ce9a479a2966d761b3bea6e332f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 06:09:05 +0000 Subject: [PATCH] chore(deps): Bump fastapi from 0.136.1 to 0.138.0 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.136.1 to 0.138.0. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.136.1...0.138.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.138.0 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..cdb6e8d 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.0", "faststream[rabbit]==0.6.7", "python-escpos==3.1", ]