Skip to content

Commit 19b2151

Browse files
committed
remove pypgstac dependency
1 parent f3b439e commit 19b2151

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ dependencies = [
4444
"buildpg",
4545
"brotli_asgi",
4646
"cql2>=0.3.6",
47-
"pypgstac>=0.9,<0.10",
4847
"hydraters>=0.1.3",
4948
"typing_extensions>=4.9.0",
5049
"jsonpatch>=1.33.0",
@@ -69,11 +68,12 @@ dev = [
6968
"pytest",
7069
"pytest-cov",
7170
"pytest-asyncio>=0.17,<1.3",
72-
"pre-commit",
71+
"pypgstac>=0.9,<0.10",
7372
"requests",
7473
"shapely",
7574
"httpx",
7675
"psycopg[pool,binary]==3.2.*",
76+
"pre-commit",
7777
"bump-my-version",
7878
]
7979
docs = [

stac_fastapi/pgstac/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
from buildpg import render
1212
from cql2 import Expr
1313
from fastapi import HTTPException, Request
14+
from hydraters import hydrate
1415
from pydantic import ValidationError
15-
from pypgstac.hydration import hydrate
1616
from stac_fastapi.api.models import JSONResponse
1717
from stac_fastapi.types.core import AsyncBaseCoreClient, Relations
1818
from stac_fastapi.types.errors import InvalidQueryParameter, NotFoundError

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)