From 24ee84edb9105369d4f504188bb661ee1cd78d19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 06:53:26 +0000 Subject: [PATCH] chore(deps): bump fastapi from 0.136.3 to 0.137.1 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.136.3 to 0.137.1. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.136.3...0.137.1) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.137.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 877c2b2e3..d8cd4e60c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "click>=8.3.3", "commentjson==0.9.0", "cryptography==49.0.0", - "fastapi>=0.136.3", + "fastapi>=0.137.1", "jdatetime>=5.3.0", "psutil>=7.2.2", "pydantic>=2.13.4", diff --git a/uv.lock b/uv.lock index 5d8125a6c..6cfab8048 100644 --- a/uv.lock +++ b/uv.lock @@ -435,7 +435,7 @@ sdist = { url = "https://files.pythonhosted.org/packages/a2/55/8f8cab2afd404cf57 [[package]] name = "fastapi" -version = "0.136.3" +version = "0.137.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "annotated-doc" }, @@ -444,9 +444,9 @@ dependencies = [ { name = "typing-extensions" }, { name = "typing-inspection" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/81/2d/ff8d91d7b564d464629a0fd50a4489c97fcb836ac230bf3a7269232a9b1f/fastapi-0.136.3.tar.gz", hash = "sha256:e487fae93ad408e6f47641ee4dfe389864fd7bec92e547ea8498fc13f43e83ab", size = 396410, upload-time = "2026-05-23T18:53:15.192Z" } +sdist = { url = "https://files.pythonhosted.org/packages/d5/b1/e5b92c59d2c37817e77c1a8c2fc1f79cdcc04c68253e5406b43e3204cba7/fastapi-0.137.1.tar.gz", hash = "sha256:822360704230d9533d8d9475399613525968aa2f0b5bd2a3ccc9f18c88fd541c", size = 408293, upload-time = "2026-06-15T11:28:20.79Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/e0/82/45359b62a067409bd929ae8a56b8ed13e5a8c8a61194b3c236920999ab83/fastapi-0.136.3-py3-none-any.whl", hash = "sha256:3d2a69bdf04b7e9f3afa292c3bc7a98816bbfafa10bc9b45f3f3700d2f761620", size = 117481, upload-time = "2026-05-23T18:53:16.924Z" }, + { url = "https://files.pythonhosted.org/packages/da/35/380b9a5922f4340e51c309cde09e5bd32e62f02302971bee30dc15aa0624/fastapi-0.137.1-py3-none-any.whl", hash = "sha256:64f6983c59e45c4b9fdc44e57cb8035c2451ee91ea8e8ec042aca37de7cf6b69", size = 121877, upload-time = "2026-06-15T11:28:19.523Z" }, ] [[package]] @@ -863,7 +863,7 @@ requires-dist = [ { name = "commentjson", specifier = "==0.9.0" }, { name = "cryptography", specifier = "==49.0.0" }, { name = "deprecated", specifier = "==1.2.13" }, - { name = "fastapi", specifier = ">=0.136.3" }, + { name = "fastapi", specifier = ">=0.137.1" }, { name = "jdatetime", specifier = ">=5.3.0" }, { name = "jinja2", specifier = ">=3.1.6" }, { name = "nats-py", specifier = ">=2.15.0" },