Skip to content

Commit b1b559f

Browse files
Merge pull request #79 from developmentseed/updateMorecantile
update morecantile
2 parents e18db35 + ef16d70 commit b1b559f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release Notes
22

3+
## 0.6.0 (2022-04-14)
4+
5+
* update `morecantile` requirement to `>3.1,=<4.0`
6+
37
## 0.5.0 (2022-04-13)
48

59
* switch to `pyproject.toml` and repo cleanup

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies = [
2323
"buildpg>=0.3",
2424
"fastapi>=0.73",
2525
"jinja2>=2.11.2,<4.0.0",
26-
"morecantile>=3.0.2,<3.1",
26+
"morecantile>=3.1,<4.0",
2727
"starlette-cramjam>=0.1.0,<0.2",
2828
"importlib_resources>=1.1.0; python_version < '3.9'",
2929
]

0 commit comments

Comments
 (0)