Skip to content

Commit 3845981

Browse files
committed
build: lock fastapi version
1 parent 7c40afb commit 3845981

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "1.10.0"
44
description = ""
55
requires-python = "==3.11.*"
66
dependencies = [
7-
"fastapi[standard]<1.0.0,>=0.115.12",
7+
"fastapi[standard]<0.116.0,>=0.115.12",
88
"python-multipart<1.0.0,>=0.0.7",
99
"passlib[bcrypt]<2.0.0,>=1.7.4",
1010
"tenacity<9.0.0,>=8.2.3",

0 commit comments

Comments
 (0)