Skip to content

Commit 30bc241

Browse files
authored
build: pin FastAPI version for dependency upgrades
Pin FastAPI to 0.124.4 and larger
1 parent 0ba0e51 commit 30bc241

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
@@ -3,7 +3,7 @@ name = ""
33
version = "0.0.1"
44
requires-python = ">=3.13,<4"
55
dependencies = [
6-
"fastapi[standard]",
6+
"fastapi[standard]>=0.124.4",
77
"pyyaml",
88
"jinja2",
99
"humanize",

0 commit comments

Comments
 (0)