Skip to content

Commit

Permalink
Merge pull request #175 from developmentseed/feature/fastapi-slim
Browse files Browse the repository at this point in the history
switch to fastapi-slim
  • Loading branch information
vincentsarago authored May 7, 2024
2 parents 39bad9c + 1773334 commit d30d515
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).

Note: Minor version `0.X.0` update might break the API, It's recommended to pin `tipg` to minor version: `tipg>=0.1,<0.2`

## [0.7.1] - 2025-05-07

* move to `fastapi-slim` to avoid unwanted dependencies

## [0.7.0] - 2024-04-01

- update leaflet version
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.107.0",
"fastapi-slim",
"jinja2>=2.11.2,<4.0.0",
"morecantile>=5.0,<6.0",
"pydantic>=2.4,<3.0",
Expand Down

0 comments on commit d30d515

Please sign in to comment.