Skip to content

Commit a683e18

Browse files
Update fastapi requirement from <1.0,>=0.115 to >=0.139.0,<1.0
Updates the requirements on [fastapi](https://github.com/fastapi/fastapi) to permit the latest version. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.115.0...0.139.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.139.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 913ee86 commit a683e18

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
@@ -4,7 +4,7 @@ version = "1.0.0"
44
description = "Русскоязычная Duolingo-подобная обучалка Python"
55
requires-python = ">=3.11"
66
dependencies = [
7-
"fastapi>=0.115,<1.0",
7+
"fastapi>=0.139.0,<1.0",
88
"uvicorn[standard]>=0.30,<1.0",
99
]
1010

0 commit comments

Comments
 (0)