Skip to content

Commit efb2695

Browse files
committed
limit fastapi upper version to avoid starlette breaking change
1 parent 4426af7 commit efb2695

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Note: Minor version `0.X.0` update might break the API, It's recommended to pin
1010

1111
- add `tags` to all routes
1212
- fix `collections` and `items` HTML templates to keep query-parameters when changing the `page size`
13+
- update FastAPI version upper limit to `<0.107.0` to avoid starlette breaking change (0.28)
1314

1415
## [0.5.6] - 2023-12-19
1516

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.100.0",
27+
"fastapi>=0.100.0,<0.107.0",
2828
"jinja2>=2.11.2,<4.0.0",
2929
"morecantile>=5.0,<6.0",
3030
"pydantic>=2.4,<3.0",

0 commit comments

Comments
 (0)