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 5d8faef commit ee5dfe9Copy full SHA for ee5dfe9
CHANGES.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+## 0.23.0 (2025-08-26)
6
+
7
### titiler.core
8
9
* add OpenTelemetry instrumentation to the tiler factory classes
@@ -10,6 +12,7 @@
10
12
### titiler.application
11
13
14
* add OpenTelemetry tracing to the FastAPI application
15
+* update `starlette-cramjam` requirement to `>=0.4,<0.6`
16
17
### titiler.xarray
18
src/titiler/application/pyproject.toml
@@ -34,7 +34,7 @@ dependencies = [
34
"titiler.core[telemetry]==0.22.4",
35
"titiler.extensions[cogeo,stac]==0.22.4",
36
"titiler.mosaic==0.22.4",
37
- "starlette-cramjam>=0.4,<0.5",
+ "starlette-cramjam>=0.4,<0.6",
38
"pydantic-settings~=2.0",
39
]
40
0 commit comments