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 0245698 commit 0db498bCopy full SHA for 0db498b
CHANGES.md
@@ -1,5 +1,9 @@
1
# Release Notes
2
3
+## 0.11.4 (2023-03-20)
4
+
5
+* set FastAPI version lower than 0.95 (https://github.com/tiangolo/fastapi/discussions/9278)
6
7
## 0.11.3 (2023-03-14)
8
9
* handle dateline crossing dataset in COG/STAC Viewer
src/titiler/core/pyproject.toml
@@ -29,7 +29,7 @@ classifiers = [
29
]
30
dynamic = ["version"]
31
dependencies = [
32
- "fastapi>=0.87.0",
+ "fastapi>=0.87.0,<0.95",
33
"geojson-pydantic",
34
"jinja2>=2.11.2,<4.0.0",
35
"numpy",
0 commit comments