diff --git a/pyproject.toml b/pyproject.toml index ccf82b4..3be9f44 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.116.1", + "fastapi-slim==0.116.2", "httpx==0.28.1", "pydantic-settings==2.10.1", "python-dotenv==1.1.1", diff --git a/uv.lock b/uv.lock index b539a85..a2671eb 100644 --- a/uv.lock +++ b/uv.lock @@ -45,16 +45,16 @@ wheels = [ [[package]] name = "fastapi-slim" -version = "0.116.1" +version = "0.116.2" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "pydantic" }, { name = "starlette" }, { name = "typing-extensions" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/87/80/2540fb851fe4b407856ba1cad8b27e48d511413c18a082aafc86f182fb1c/fastapi_slim-0.116.1.tar.gz", hash = "sha256:5dca6046d3a3e35eb733188649a9f883c9d49474b9b3255ecb8ec52a820fbb9f", size = 296505, upload-time = "2025-07-11T16:22:29.079Z" } +sdist = { url = "https://files.pythonhosted.org/packages/c3/8e/da86e641cf549d1cb3e48dd070b7adacb93b15cf434ab8b3a712d176d741/fastapi_slim-0.116.2.tar.gz", hash = "sha256:891b0035cb6d76e4b6c4465328ff04c78224ea62ee9472ca4ad1d0300cd263f9", size = 298626, upload-time = "2025-09-16T18:29:25.448Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/03/0c/94090f4ba0ae3b3117d50e3964311f34232ee379814585cbca042b1f2a0a/fastapi_slim-0.116.1-py3-none-any.whl", hash = "sha256:37517a302492c30014979cff8d85f42ae5fbdbe4f8b5d0ceed81745bb3b23149", size = 95683, upload-time = "2025-07-11T16:22:27.379Z" }, + { url = "https://files.pythonhosted.org/packages/52/48/abb622f465e30bf6e806f059c3da04cb9c912e8de4f1240620f36356a564/fastapi_slim-0.116.2-py3-none-any.whl", hash = "sha256:d8285f49fb431ec75e1ded9bc364412a043535fb50bd0442891c578b581f9df7", size = 95722, upload-time = "2025-09-16T18:29:23.782Z" }, ] [[package]] @@ -310,7 +310,7 @@ dev = [ [package.metadata] requires-dist = [ - { name = "fastapi-slim", specifier = "==0.116.1" }, + { name = "fastapi-slim", specifier = "==0.116.2" }, { name = "httpx", specifier = "==0.28.1" }, { name = "pydantic-settings", specifier = "==2.10.1" }, { name = "python-dotenv", specifier = "==1.1.1" },