From 376bdbece291efcffe7c440a411ae5a3ab96edaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 21:17:08 +0000 Subject: [PATCH] Update uvicorn requirement from <0.29.0,>=0.14.0 to >=0.14.0,<0.33.0 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.14.0...0.32.1) --- updated-dependencies: - dependency-name: uvicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-client.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-client.txt b/requirements-client.txt index 06dacab0f1c2..50877e2ea557 100644 --- a/requirements-client.txt +++ b/requirements-client.txt @@ -34,5 +34,5 @@ sniffio >=1.3.0, < 2.0.0 toml >= 0.10.0 typing_extensions >= 4.5.0, < 5.0.0 ujson >= 5.8.0, < 6.0.0 -uvicorn >= 0.14.0, < 0.29.0 +uvicorn >= 0.14.0, < 0.33.0 websockets >= 10.4, < 13.0 \ No newline at end of file