Skip to content

Commit d30d515

Browse files
Merge pull request #175 from developmentseed/feature/fastapi-slim
switch to fastapi-slim
2 parents 39bad9c + 1773334 commit d30d515

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
66

77
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`
88

9+
## [0.7.1] - 2025-05-07
10+
11+
* move to `fastapi-slim` to avoid unwanted dependencies
12+
913
## [0.7.0] - 2024-04-01
1014

1115
- update leaflet version

pyproject.toml

+1-1
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.107.0",
27+
"fastapi-slim",
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)