stac-utils / pgstac

Schema, functions and a python library for storing and accessing STAC collections and items in PostgreSQL
MIT License
153 stars 39 forks source link

relax smart-open, use uv for docker #277

Closed bitner closed 5 months ago

bitner commented 5 months ago

Relaxes dependency version for smar-open (fixes https://github.com/stac-utils/pgstac/issues/273)

Use uv pip in the pypgstac docker image to get requirements from pyproject.toml and to install requirements.

bitner commented 5 months ago

These changes have also been backported to 0.8.x with the 0.8.6 tag.