Skip to content

Commit

Permalink
update starlette-cramjam dependency (#1001)
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago authored Oct 17, 2024
1 parent e40cfe0 commit 36c15d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/titiler/application/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies = [
"titiler.core==0.18.9",
"titiler.extensions[cogeo,stac]==0.18.9",
"titiler.mosaic==0.18.9",
"starlette-cramjam>=0.3,<0.4",
"starlette-cramjam>=0.4,<0.5",
"pydantic-settings~=2.0",
]

Expand Down
1 change: 1 addition & 0 deletions src/titiler/application/titiler/application/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ def validate_access_token(access_token: str = Security(api_key_query)):
"image/jp2",
"image/webp",
},
compression_level=6,
)

app.add_middleware(
Expand Down

1 comment on commit 36c15d9

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'TiTiler performance Benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.30.

Benchmark suite Current: 36c15d9 Previous: 1825dce Ratio
WebMercator data_transferred 5.29 Megabytes 0 Megabytes +∞
WebMercator response_time 0.03 s 0 s +∞
WebMercator longest_transaction 0.06 s 0.01 s 6

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.