stac-utils / pystac-client

Python client for searching STAC APIs
https://pystac-client.readthedocs.io
Other
161 stars 48 forks source link

Update to pystac v1.10 #661

Closed gadomski closed 7 months ago

gadomski commented 7 months ago

Related Issue(s):

Discussion:

Also drops Python 3.8 (because PySTAC did) and add Python 3.12.

PR Checklist:

TomAugspurger commented 7 months ago

Do we need to require pystac>=1.1? I think that's fine with me (otherwise, we'll need to do overloads or something, and have the signature depend on the runtime version of pystac)

gadomski commented 7 months ago

Do we need to require pystac>=1.1? I think that's fine with me (otherwise, we'll need to do overloads or something, and have the signature depend on the runtime version of pystac)

Yeah, I'm fighting this right now ... I think depending on pystac >= v1.10 is fine, I'll update. Thanks Tom.