Skip to content

Commit 09f3b7f

Browse files
authored
πŸ“Œ Pin FastAPI in tests to 0.125.0 while dropping support for Python 3.8 (#1689)
1 parent 9262835 commit 09f3b7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

β€Žrequirements-tests.txtβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ mypy ==1.14.1; python_version < "3.9"
77
mypy ==1.18.2; python_version >= "3.9"
88
ruff ==0.14.8
99
# For FastAPI tests
10-
fastapi >=0.103.2
10+
fastapi >=0.103.2,<0.126.0
1111
httpx ==0.28.1
1212
dirty-equals ==0.9.0
1313
jinja2 ==3.1.6

0 commit comments

Comments
Β (0)