Skip to content

Commit 0db498b

Browse files
set maximum version for fastapi (#611)
1 parent 0245698 commit 0db498b

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.11.4 (2023-03-20)
4+
5+
* set FastAPI version lower than 0.95 (https://github.com/tiangolo/fastapi/discussions/9278)
6+
37
## 0.11.3 (2023-03-14)
48

59
* handle dateline crossing dataset in COG/STAC Viewer

src/titiler/core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ classifiers = [
2929
]
3030
dynamic = ["version"]
3131
dependencies = [
32-
"fastapi>=0.87.0",
32+
"fastapi>=0.87.0,<0.95",
3333
"geojson-pydantic",
3434
"jinja2>=2.11.2,<4.0.0",
3535
"numpy",

0 commit comments

Comments
 (0)