Skip to content

Commit d136d67

Browse files
Merge pull request #43 from developmentseed/highFastapiBounds
set maximum version for fastapi
2 parents cf05c90 + 93f89c9 commit d136d67

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)