Skip to content

v0.1.1 - Bug fixes

Choose a tag to compare

@9v2 9v2 released this 14 Feb 21:55
· 1 commit to main since this release
  • Fix tgram import crash: The tgram library calls asyncio.get_event_loop() at import time, which causes a RuntimeError on Python 3.12+ if no loop is running. We made
    TelegramGateway
    a lazy import so tgram is only loaded when the gateway actually starts inside an asyncio loop.
  • Fix MarkupError in onboard
  • Fixed a missing opening Rich markup tag in the pyclaw onboard gateway action prompt that caused a crash.