From 610530b741a65bcf4a70db5ee54453b86861f4fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 13:59:45 +0000 Subject: [PATCH] fix(deps): update dependency fastapi to v0.137.1 --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2587b43..19341f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ authors = [ requires-python = ">=3.12" dependencies = [ "gel==3.1.0", - "fastapi==0.136.3", + "fastapi==0.137.1", "pydantic==2.13.4", "aiohttp[speedups]==3.14.1", # https://github.com/PyYoshi/cChardet/issues/81 diff --git a/uv.lock b/uv.lock index 2a3d0fa..d5bb868 100644 --- a/uv.lock +++ b/uv.lock @@ -605,7 +605,7 @@ async = [ [[package]] name = "fastapi" -version = "0.136.3" +version = "0.137.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "annotated-doc" }, @@ -614,9 +614,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]] @@ -1198,7 +1198,7 @@ requires-dist = [ { name = "bcrypt", specifier = "==5.0.0" }, { name = "cachetools", specifier = "==5.5.2" }, { name = "discord-webhook", extras = ["async"], specifier = "==1.4.1" }, - { name = "fastapi", specifier = "==0.136.3" }, + { name = "fastapi", specifier = "==0.137.1" }, { name = "faust-cchardet", specifier = "==2.1.19" }, { name = "gel", specifier = "==3.1.0" }, { name = "hypercorn", specifier = "==0.18.0" },