Skip to content

Commit 8ab289b

Browse files
authored
Merge pull request #3152 from Arthurdw/staging
dep: allow newer fastapi versions
2 parents 8362de7 + 50dd5a2 commit 8ab289b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies = [
1818
"aiohttp~=3.9",
1919
"asyncstdlib~=3.13.0",
2020
"colorama~=0.4.6",
21-
"fastapi~=0.110.1",
21+
"fastapi>=0.110.1",
2222
"munch>=4.0.0",
2323
"numpy>=2.0.1,<3.0.0",
2424
"msgpack-numpy-opentensor~=0.5.0",

0 commit comments

Comments
 (0)