From a88c753fe742f50b1576107a1824e5020c9996a2 Mon Sep 17 00:00:00 2001 From: Victor Date: Fri, 24 Oct 2025 07:07:37 +0000 Subject: [PATCH] chore(deps): update dependency fastapi-slim to v0.120.0 --- pyproject.toml | 2 +- uv.lock | 18 ++++++++++++++---- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 58779ea..eadaef6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "Example Python/FastAPI application that handles the Cloudesire sy readme = "README.md" requires-python = ">=3.12" dependencies = [ - "fastapi-slim==0.119.0", + "fastapi-slim==0.120.0", "httpx==0.28.1", "pydantic-settings==2.11.0", "python-dotenv==1.1.1", diff --git a/uv.lock b/uv.lock index a78fa5b..f436c91 100644 --- a/uv.lock +++ b/uv.lock @@ -2,6 +2,15 @@ version = 1 revision = 3 requires-python = ">=3.12" +[[package]] +name = "annotated-doc" +version = "0.0.2" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/c4/92/2974dba489541ed4af531d00a4df075bc3a455557d3b54fd6932c51c95cc/annotated_doc-0.0.2.tar.gz", hash = "sha256:f25664061aee278227abfaec5aeb398298be579b934758c16205d48e896e149c", size = 4452, upload-time = "2025-10-22T18:38:52.597Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/bd/ee/cc5109cdd46a6ccd3d923db3c5425383abe51b5c033647aad1b5e2452e82/annotated_doc-0.0.2-py3-none-any.whl", hash = "sha256:2188cb99e353fcb5c20f23b8bc6f5fa7c924b213fac733d4b44883f9edffa090", size = 4056, upload-time = "2025-10-22T18:38:51.24Z" }, +] + [[package]] name = "annotated-types" version = "0.7.0" @@ -45,16 +54,17 @@ wheels = [ [[package]] name = "fastapi-slim" -version = "0.119.0" +version = "0.120.0" source = { registry = "https://pypi.org/simple" } dependencies = [ + { name = "annotated-doc" }, { name = "pydantic" }, { name = "starlette" }, { name = "typing-extensions" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/4b/ab/850ea280c9c5adc2888b74aeb1636eb289be3f9df9291147429cd7bfc70f/fastapi_slim-0.119.0.tar.gz", hash = "sha256:96f1e65ce3872674525df1b0ee4de3cf505b298fd9a6b19ff5ec15777eda3e2e", size = 336851, upload-time = "2025-10-11T17:13:54.821Z" } +sdist = { url = "https://files.pythonhosted.org/packages/e5/d8/6372b479d6da1d0a30773e36d576f2b2775196862927fb9f2cac5512bbd5/fastapi_slim-0.120.0.tar.gz", hash = "sha256:91478eda0f463c600b854b328d85973375c3277d71696ea6f303c5c614b26a5c", size = 337502, upload-time = "2025-10-23T20:56:32.446Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/d7/10/fa7efcd27976a958f2bee1fcc3018790a26ab2cec29def4a129dd88571fb/fastapi_slim-0.119.0-py3-none-any.whl", hash = "sha256:00e5a556532a2e8efb2186401cafd86accb2f52d7a367a333033c5eb2fb79b46", size = 107150, upload-time = "2025-10-11T17:13:52.244Z" }, + { url = "https://files.pythonhosted.org/packages/43/25/cf4d4e1b9839614cb86866b673a33916cc316fa6457c18a16b68dd0ff86d/fastapi_slim-0.120.0-py3-none-any.whl", hash = "sha256:159176f90fd6bbea910d4102b33eb3e9e19274fe943cf2d72acaaec3f921e571", size = 108295, upload-time = "2025-10-23T20:56:30.634Z" }, ] [[package]] @@ -310,7 +320,7 @@ dev = [ [package.metadata] requires-dist = [ - { name = "fastapi-slim", specifier = "==0.119.0" }, + { name = "fastapi-slim", specifier = "==0.120.0" }, { name = "httpx", specifier = "==0.28.1" }, { name = "pydantic-settings", specifier = "==2.11.0" }, { name = "python-dotenv", specifier = "==1.1.1" },