Skip to content

v8.3.2

Choose a tag to compare

@github-actions github-actions released this 25 Aug 10:10
· 7 commits to main since this release
a1f7542

Dependency maintenance. Nothing about how the archive behaves changes.

Changed

  • Telethon 1.44.0 (scheme layer 227). Two of its fixes land on exactly this workload: it no longer times out handling server salts, and no longer burns CPU when Telegram closes a connection from its end. (#412)
  • FastAPI, Uvicorn, websockets, Alembic, BeautifulSoup, ijson and pywebpush each move up a minor or two; ruff, pytest and pre-commit follow on the development side. (#412, #410)
  • Dependency updates now arrive with uv.lock already updated. They had been proposed against pyproject.toml alone, which CI refuses to resolve because it installs with uv sync --locked — so every one of them arrived with red checks that had nothing to do with the dependency. (#411)

📋 Full changelog: docs/CHANGELOG.md