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.
1 parent 56cbc1b commit 518c26eCopy full SHA for 518c26e
CHANGES.md
@@ -1,3 +1,7 @@
1
+# 0.13.1 (2025-03-19)
2
+
3
+* relaxe titiler requirement to `>=0.20,<0.22`
4
5
# 0.13.0 (2025-01-20)
6
7
* remove python 3.8 support
pyproject.toml
@@ -22,7 +22,7 @@ dynamic = ["version"]
22
dependencies = [
23
"braceexpand",
24
"rio-cogeo>=5.0",
25
- "titiler.core>=0.20.0,<0.21",
+ "titiler.core>=0.20.0,<0.22",
26
"starlette-cramjam>=0.4,<0.5",
27
"uvicorn",
28
"server-thread>=0.2.0",
0 commit comments