Skip to content

Commit 85dc1fd

Browse files
Update uvicorn requirement from <1.0,>=0.30 to >=0.51.0,<1.0
Updates the requirements on [uvicorn](https://github.com/Kludex/uvicorn) to permit the latest version. - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](Kludex/uvicorn@0.30.0...0.51.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.51.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 913ee86 commit 85dc1fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Русскоязычная Duolingo-подобная обучал
55
requires-python = ">=3.11"
66
dependencies = [
77
"fastapi>=0.115,<1.0",
8-
"uvicorn[standard]>=0.30,<1.0",
8+
"uvicorn[standard]>=0.51.0,<1.0",
99
]
1010

1111
[project.optional-dependencies]

0 commit comments

Comments
 (0)