OpenFreeEnergy/alchemiscale

Replace `nest_asyncio` if possible in `AlchemiscaleClient`

Open

#488 opened on Mar 11, 2026

 (2 comments) (0 reactions) (0 assignees)Python (10 forks)auto 404
component-user-clientgood first issue

Repository metrics

Stars
 (35 stars)
PR merge metrics
 (PR metrics pending)

Description

nest_asyncio appears to no longer be developed, and though it appears to work fine for now, it may be worth pursuing alternatives. We only use it in a couple AlchemiscaleClient methods that make use of asyncio, allowing them to be used in e.g. Jupyter notebooks without issues.

Contributor guide