Skip to content

Commit 89e101f

Browse files
committed
add pgstac versions notes in Readme
1 parent 2875735 commit 89e101f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,16 @@ uv sync --extra psycopg
5959

6060
`titiler.pgstac` depends on `pgstac >=0.3.4` (https://github.com/stac-utils/pgstac/blob/main/CHANGELOG.md#v034).
6161

62+
In theory, pgstac version `>=0.3.4` should be supported by titiler-pgstac but `old` version might fail or require old Postgres version (see https://github.com/stac-utils/titiler-pgstac/issues/252).
63+
64+
Here are the versions **officially** (tested) supported:
65+
66+
| titiler-pgstac Version | pgstac |
67+
| --| --|
68+
| <1.0 | >=0.7,<0.8 |
69+
| >=1.0,<2.1 | >=0.8,<0.10 |
70+
| >=2.1 | >=0.9,<0.10 |
71+
6272
### `psycopg` requirement
6373

6474
`titiler.pgstac` depends on the `psycopg` library. Because there are three ways of installing this package (`psycopg` or , `psycopg["c"]`, `psycopg["binary"]`), the user must install this separately from `titiler.pgstac`.

0 commit comments

Comments
 (0)