When parallelizing requests with asyncio (wrapping replicate.run in asyncio.get_running_loop().run_in_executor I get
WARNING - Connection pool is full, discarding connection: api.replicate.com. Connection pool size: 10
Having an async client might fix this (see #74).