From 3f903f4b94aee096a8df70b928609eed9f3814a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 13:58:48 +0000 Subject: [PATCH] fix(deps): update dependency fastapi to v0.124.0 --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 58f9ea5..ef090b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "BSS file server API" authors = [{ name = "Bence Csik", email = "22349790+csikb@users.noreply.github.com" }] requires-python = "==3.14.1" dependencies = [ - "fastapi[standard-no-fastapi-cloud-cli]==0.123.10", + "fastapi[standard-no-fastapi-cloud-cli]==0.124.0", "pillow==12.0.0", # this should be part of standard-no-fastapi-cloud-cli, but is missing: # see: https://github.com/fastapi/fastapi/blob/6fae64ff49e8328048872714652a4dfa15406e41/pyproject.toml#L94-L98 diff --git a/uv.lock b/uv.lock index bc7d3a4..1db76e0 100644 --- a/uv.lock +++ b/uv.lock @@ -90,7 +90,7 @@ dev = [ [package.metadata] requires-dist = [ - { name = "fastapi", extras = ["standard-no-fastapi-cloud-cli"], specifier = "==0.123.10" }, + { name = "fastapi", extras = ["standard-no-fastapi-cloud-cli"], specifier = "==0.124.0" }, { name = "pillow", specifier = "==12.0.0" }, { name = "pydantic-core", specifier = ">=2.40.0" }, { name = "pydantic-settings", specifier = "==2.12.0" }, @@ -265,7 +265,7 @@ wheels = [ [[package]] name = "fastapi" -version = "0.123.10" +version = "0.124.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "annotated-doc" }, @@ -273,9 +273,9 @@ dependencies = [ { name = "starlette" }, { name = "typing-extensions" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/22/ff/e01087de891010089f1620c916c0c13130f3898177955c13e2b02d22ec4a/fastapi-0.123.10.tar.gz", hash = "sha256:624d384d7cda7c096449c889fc776a0571948ba14c3c929fa8e9a78cd0b0a6a8", size = 356360, upload-time = "2025-12-05T21:27:46.237Z" } +sdist = { url = "https://files.pythonhosted.org/packages/48/9c/11969bd3e3bc4aa3a711f83dd3720239d3565a934929c74fc32f6c9f3638/fastapi-0.124.0.tar.gz", hash = "sha256:260cd178ad75e6d259991f2fd9b0fee924b224850079df576a3ba604ce58f4e6", size = 357623, upload-time = "2025-12-06T13:11:35.692Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/d7/f0/7cb92c4a720def85240fd63fbbcf147ce19e7a731c8e1032376bb5a486ac/fastapi-0.123.10-py3-none-any.whl", hash = "sha256:0503b7b7bc71bc98f7c90c9117d21fdf6147c0d74703011b87936becc86985c1", size = 111774, upload-time = "2025-12-05T21:27:44.78Z" }, + { url = "https://files.pythonhosted.org/packages/4d/29/9e1e82e16e9a1763d3b55bfbe9b2fa39d7175a1fd97685c482fa402e111d/fastapi-0.124.0-py3-none-any.whl", hash = "sha256:91596bdc6dde303c318f06e8d2bc75eafb341fc793a0c9c92c0bc1db1ac52480", size = 112505, upload-time = "2025-12-06T13:11:34.392Z" }, ] [package.optional-dependencies]