Skip to content
Merged
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: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
with:
version: "0.9.*"
enable-cache: true
enable-cache: false
python-version: ${{ matrix.python-version }}

- name: install lib postgres
Expand Down
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
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,14 @@ classifiers = [
dynamic = ["version"]
dependencies = [
"orjson",
"cql2>=0.5,<0.6",
"asyncpg>=0.23.0",
"buildpg>=0.3",
"fastapi>=0.100.0",
"jinja2>=2.11.2,<4.0.0",
"morecantile>=5.0,<7.0",
"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 Expand Up @@ -95,7 +94,7 @@ exclude_lines = [
[tool.isort]
profile = "black"
known_first_party = ["tipg"]
known_third_party = ["geojson_pydantic", "buildpg", "pydantic"]
known_third_party = ["geojson_pydantic", "pydantic"]
forced_separate = [
"fastapi",
"starlette",
Expand Down
Loading
Loading