You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,21 +4,22 @@
4
4
5
5
### titiler.core
6
6
7
-
* fix template loading for starlette >= 0.28 by using `jinja2.Environment` argument
7
+
* update FastAPI version lower limit to `>=0.107.0`
8
+
* fix template loading for starlette >= 0.28 by using `jinja2.Environment` argument (author @jasongi, https://github.com/developmentseed/titiler/pull/744)
8
9
9
10
### titiler.extensions
10
11
11
-
* fix template loading for starlette >= 0.28 by using `jinja2.Environment` argument
12
+
* fix template loading for starlette >= 0.28 by using `jinja2.Environment` argument (author @jasongi, https://github.com/developmentseed/titiler/pull/744)
12
13
13
14
### titiler.application
14
15
15
-
* fix template loading for starlette >= 0.28 by using `jinja2.Environment` argument
16
+
* fix template loading for starlette >= 0.28 by using `jinja2.Environment` argument (author @jasongi, https://github.com/developmentseed/titiler/pull/744)
16
17
17
18
## 0.15.7 (2024-01-08)
18
19
19
20
### titiler.core
20
21
21
-
* update FastAPI version upper limit to `0.107.0` to avoid starlette breaking change (`0.28`)
22
+
* update FastAPI version upper limit to `<0.107.0` to avoid starlette breaking change (`0.28`)
0 commit comments