Skip to content

Peony Twitter version 1.0.2

Compare
Choose a tag to compare
@odrling odrling released this 04 Aug 11:02
· 219 commits to master since this release

Changes since 1.0.1:

  • PeonyClient.upload_media supports url and aiohttp requests.
  • BasePeonyClient.run now uses asyncio.gather instead of asyncio.wait. Which results in exceptions being raised as soon as they are raised in a task rather than later on (or even never...)