From c12e7dc812beb6ea8ee67025d829ab61909b4ab6 Mon Sep 17 00:00:00 2001 From: Victor Date: Fri, 11 Jul 2025 07:08:50 +0000 Subject: [PATCH] chore(deps): update dependency fastapi-slim to v0.116.0 --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9cd23da..a36c206 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.115.14", + "fastapi-slim==0.116.0", "httpx==0.28.1", "pydantic-settings==2.10.1", "python-dotenv==1.1.1", diff --git a/uv.lock b/uv.lock index be57be0..a4e0df6 100644 --- a/uv.lock +++ b/uv.lock @@ -45,16 +45,16 @@ wheels = [ [[package]] name = "fastapi-slim" -version = "0.115.14" +version = "0.116.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "pydantic" }, { name = "starlette" }, { name = "typing-extensions" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/90/b8/064d0c30574a95107ea3983d8feb721268661148afe9e3e1a3d48e34b99b/fastapi_slim-0.115.14.tar.gz", hash = "sha256:5a42f18d1a0bf8166c6cb4aebe9360816a77a139881996bad8c4f876cc1fa76e", size = 296354, upload-time = "2025-06-26T15:29:27.711Z" } +sdist = { url = "https://files.pythonhosted.org/packages/9a/16/5cd5aed36d165a990a646b488b34ecebeb1970eebaca1902836299efbfbe/fastapi_slim-0.116.0.tar.gz", hash = "sha256:3ad5b8051b0e13fb4591afb992f473a040c9d6bf4c2b0925e4f38b0416329e4d", size = 296542, upload-time = "2025-07-07T15:09:29.103Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/88/c8/bc7850854d50babcbcf0c46e38edd7b603f95cef042793c795d3bcc95a8e/fastapi_slim-0.115.14-py3-none-any.whl", hash = "sha256:34ba4a3dff5a86adac92a72d02ac539039be5a21dfc39cac081bb87494c42674", size = 95567, upload-time = "2025-06-26T15:29:26.341Z" }, + { url = "https://files.pythonhosted.org/packages/b9/53/fa173886253074caabdfedea8c4491dabd34028e65a36e0caf2a13a41e5f/fastapi_slim-0.116.0-py3-none-any.whl", hash = "sha256:2d7e5fed5671152fce6ffce6403b7715875269744593b4bcf29a77ef3d2b3fca", size = 95678, upload-time = "2025-07-07T15:09:26.358Z" }, ] [[package]] @@ -309,7 +309,7 @@ dev = [ [package.metadata] requires-dist = [ - { name = "fastapi-slim", specifier = "==0.115.14" }, + { name = "fastapi-slim", specifier = "==0.116.0" }, { name = "httpx", specifier = "==0.28.1" }, { name = "pydantic-settings", specifier = "==2.10.1" }, { name = "python-dotenv", specifier = "==1.1.1" },