-
fix(hotfix): v3.13.1 — fix ImportError in api_list_sites (My Sites broken)
Some checks failedCI / Test (Python 3.11) (push) Has been cancelledCI / Test (Python 3.12) (push) Has been cancelledCI / Lint & Format (push) Has been cancelledCI / Docker Build (push) Has been cancelledRelease / Test before release (push) Has been cancelledRelease / Publish to PyPI (push) Has been cancelledRelease / Publish to Docker Hub (push) Has been cancelledRelease / Create GitHub Release (push) Has been cancelledreleased this
2026-05-20 23:09:51 +00:00 | 0 commits to main since this releaseroutes.py still imported MAX_SITES_PER_USER from core.site_api which was
removed in v3.13.0. This caused 500 errors on /api/sites, making My Sites
appear empty for all users. Fixed to use get_cached_max_sites().Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
Downloads