Skip to content

Commit f62b978

Browse files
authored
⬆️ Update FastAPI version pin to >=0.103.2 in tests (#1709)
⬆️ Update FastAPI version pin to `>=0.103.2`
1 parent eaff69d commit f62b978

File tree

2 files changed

+6
-18
lines changed

2 files changed

+6
-18
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ tests = [
7979
"black>=22.10",
8080
"coverage[toml]>=6.2,<8.0",
8181
"dirty-equals==0.11",
82-
"fastapi>=0.103.2,<0.129.0",
82+
"fastapi>=0.103.2",
8383
"httpx==0.28.1",
8484
"jinja2==3.1.6",
8585
"mypy==1.19.1",

0 commit comments

Comments
 (0)