Releases: uriyyo/async-eval
Releases · uriyyo/async-eval
0.3.1
- Fix issue with common variable name. #208
- Fix
pypy
compatibility issue. #195
0.3.0
- Add python 3.12 support.
- Add
trio
integration. #178
0.2.0
- Remove
nest-asyncio
usage. #100
0.1.11
- Remove
windows
workaround.
- Drop
python 3.6
code.
0.1.10
- Update
nest-asyncio
version.
0.1.9
- Fix issue with missed builtins
- Remove python3.6 workarounds
0.1.8
- Use get_running_loop instead of deprecated get_event_loop
- Verify that async debug is available before eval
0.1.7
- Update dependencies to the latest versions
- Add the ability to set filename.
0.1.6
- Update
nest-asyncio
version
0.1.5
- Fix issue when
nest_asyncio.apply
is set to None
.