Skip to content
Draft
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.2.1] - 2025-08-26

* update `starlette-cramjam` requirement to `>=0.4,<0.6`
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ classifiers = [
dynamic = ["version"]
dependencies = [
"orjson",
"cql2",
"asyncpg>=0.23.0",
"buildpg>=0.3",
"fastapi>=0.100.0",
Expand All @@ -31,7 +32,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