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 4fcf7d1 commit 0c5cf4eCopy full SHA for 0c5cf4e
pyproject.toml
@@ -7,6 +7,7 @@ classifiers = [
7
]
8
dependencies = [
9
"authlib>=1.3.2",
10
+ "brotli>=1.1.0",
11
"fastapi>=0.115.5",
12
"httpx>=0.28.0",
13
"pydantic-settings>=2.6.1",
src/stac_auth_proxy/config.py
@@ -1,6 +1,5 @@
1
from typing import Optional, TypeAlias
2
3
-from pydantic import Json
4
from pydantic.networks import HttpUrl
5
from pydantic_settings import BaseSettings
6
0 commit comments