Skip to content

Commit 93f89c9

Browse files
committed
set maximum version for fastapi
1 parent cf05c90 commit 93f89c9

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
@@ -24,7 +24,7 @@ dependencies = [
2424
"orjson",
2525
"asyncpg>=0.23.0",
2626
"buildpg>=0.3",
27-
"fastapi>=0.87",
27+
"fastapi>=0.87,<0.95",
2828
"jinja2>=2.11.2,<4.0.0",
2929
"morecantile>=3.1,<4.0",
3030
"geojson-pydantic>=0.4.3",

0 commit comments

Comments
 (0)