Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Note: Minor version `0.X.0` update might break the API, It's recommended to pin

## [unreleased]

* switch from pygeofilter to cql2

## [1.3.1] - 2026-02-26

* fix: bbox filter when collection's geometry is not in EPSG:4326 CRS
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ classifiers = [
dynamic = ["version"]
dependencies = [
"orjson",
"cql2",
"asyncpg>=0.23.0",
"buildpg>=0.3",
"fastapi>=0.100.0",
Expand All @@ -30,7 +31,6 @@ dependencies = [
"pydantic>=2.4,<3.0",
"pydantic-settings~=2.0",
"geojson-pydantic>=1.0,<3.0",
"pygeofilter>=0.2.0,<0.3.0",
"ciso8601~=2.3",
"starlette-cramjam>=0.4,<0.6",
]
Expand Down
Loading
Loading