Skip to content

Commit d5a1168

Browse files
authored
Merge pull request #105 from guerda/build_pin_fastapi
build: pin FastAPI version for dependency upgrades
2 parents 0ba0e51 + 30bc241 commit d5a1168

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)