We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e18db35 + ef16d70 commit b1b559fCopy full SHA for b1b559f
CHANGES.md
@@ -1,5 +1,9 @@
1
# Release Notes
2
3
+## 0.6.0 (2022-04-14)
4
+
5
+* update `morecantile` requirement to `>3.1,=<4.0`
6
7
## 0.5.0 (2022-04-13)
8
9
* switch to `pyproject.toml` and repo cleanup
pyproject.toml
@@ -23,7 +23,7 @@ dependencies = [
23
"buildpg>=0.3",
24
"fastapi>=0.73",
25
"jinja2>=2.11.2,<4.0.0",
26
- "morecantile>=3.0.2,<3.1",
+ "morecantile>=3.1,<4.0",
27
"starlette-cramjam>=0.1.0,<0.2",
28
"importlib_resources>=1.1.0; python_version < '3.9'",
29
]
0 commit comments