Skip to content

Commit

Permalink
limit fastapi upper version to avoid starlette breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Jan 8, 2024
1 parent 4426af7 commit efb2695
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Note: Minor version `0.X.0` update might break the API, It's recommended to pin

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

## [0.5.6] - 2023-12-19

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies = [
"orjson",
"asyncpg>=0.23.0",
"buildpg>=0.3",
"fastapi>=0.100.0",
"fastapi>=0.100.0,<0.107.0",
"jinja2>=2.11.2,<4.0.0",
"morecantile>=5.0,<6.0",
"pydantic>=2.4,<3.0",
Expand Down

0 comments on commit efb2695

Please sign in to comment.