From b35f648b86ee596435c0ff5cc0ab30e6bb0315a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 20:39:14 +0000 Subject: [PATCH] Update uvicorn requirement from <=0.29.0 to <=0.30.1 Updates the requirements on [uvicorn](https://github.com/encode/uvicorn) to permit the latest version. - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/uvicorn/compare/0.0.1...0.30.1) --- updated-dependencies: - dependency-name: uvicorn dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d1a0621..323e446 100644 --- a/setup.py +++ b/setup.py @@ -82,7 +82,7 @@ "service": [ "fastapi>=0.55.1,<0.111", "httpx<1", - "uvicorn<=0.29.0", + "uvicorn<=0.30.1", ], }, entry_points={"console_scripts": ["apicast = apicast.cli:run"]},