Camille

Results 2 issues of Camille

When running `python tc_server.py`, this error occurs: ```python from terracotta.server.flask_api import convert_exceptions ImportError: cannot import name 'convert_exceptions' from 'terracotta.server.flask_api' ``` Might be a lib version issue since versions are not...

### Problem The latest version of `dash-leaflet` on PyPI specifies: `requires-python = ">=3.12"` This constraint is too restrictive and currently prevents usage in many environments where Python 3.11 is the...