Skip to content

Commit 27c5b69

Browse files
Merge pull request #194 from developmentseed/feature/update-morecantile
update morecantile requirement
2 parents 4474da8 + ed15889 commit 27c5b69

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGES.md

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

1111
## [0.8.0] - TBD
1212

13-
* update starlette-cramjam dependency and set compression-level default to 6
13+
* update `starlette-cramjam` dependency and set compression-level default to 6
14+
* update `morecantile` dependency requirement to allow `6.x`
1415

1516
## [0.7.3] - 2024-09-16
1617

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies = [
2626
"buildpg>=0.3",
2727
"fastapi>=0.100.0",
2828
"jinja2>=2.11.2,<4.0.0",
29-
"morecantile>=5.0,<6.0",
29+
"morecantile>=5.0,<7.0",
3030
"pydantic>=2.4,<3.0",
3131
"pydantic-settings~=2.0",
3232
"geojson-pydantic>=1.0,<2.0",

0 commit comments

Comments
 (0)