planetlabs / planet-client-python

Python client for Planet APIs
https://planet-sdk-for-python-v2.readthedocs.io/en/latest/
Apache License 2.0
274 stars 92 forks source link

pin mkdocs_autorefs to compatible version #1056

Closed ischneider closed 1 month ago

ischneider commented 1 month ago

fixes an error in mkdocs_autorefs/plugin.py, line 77:

TypeError: type 'BasePlugin' is not subscriptable

Bigger picture, mkdocs added type annotations to it's plugin system (in 1.4.0?) and the downstream plugin began using the new API after 1.0.1 or so

Related Issue(s):

Fixes nox 'docs' session, example breakage here: https://github.com/planetlabs/planet-client-python/actions/runs/10857195949/job/30210383772?pr=1055

PR Checklist:

(Optional) @mentions for Notifications:

@stephenhillier @tbarsballe