Skip to content

Commit 0c5cf4e

Browse files
committed
feat: support brottli compression
1 parent 4fcf7d1 commit 0c5cf4e

File tree

3 files changed

+105
-1
lines changed

3 files changed

+105
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ classifiers = [
77
]
88
dependencies = [
99
"authlib>=1.3.2",
10+
"brotli>=1.1.0",
1011
"fastapi>=0.115.5",
1112
"httpx>=0.28.0",
1213
"pydantic-settings>=2.6.1",

src/stac_auth_proxy/config.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
from typing import Optional, TypeAlias
22

3-
from pydantic import Json
43
from pydantic.networks import HttpUrl
54
from pydantic_settings import BaseSettings
65

0 commit comments

Comments
 (0)