Skip to content

Releases: uriyyo/async-eval

0.3.1

14 Jul 10:31
Compare
Choose a tag to compare
  • Fix issue with common variable name. #208
  • Fix pypy compatibility issue. #195

0.3.0

04 Mar 21:03
8830488
Compare
Choose a tag to compare
  • Add python 3.12 support.
  • Add trio integration. #178

0.2.0

14 Jun 07:47
3961803
Compare
Choose a tag to compare
  • Remove nest-asyncio usage. #100

0.1.11

22 Dec 08:15
Compare
Choose a tag to compare
  • Remove windows workaround.
  • Drop python 3.6 code.

0.1.10

21 Dec 08:03
Compare
Choose a tag to compare
  • Update nest-asyncio version.

0.1.9

09 Aug 07:17
Compare
Choose a tag to compare
  • Fix issue with missed builtins
  • Remove python3.6 workarounds

0.1.8

08 Aug 06:24
Compare
Choose a tag to compare
  • Use get_running_loop instead of deprecated get_event_loop
  • Verify that async debug is available before eval

0.1.7

07 Aug 12:00
Compare
Choose a tag to compare
  • Update dependencies to the latest versions
  • Add the ability to set filename.

0.1.6

29 Dec 14:11
Compare
Choose a tag to compare
  • Update nest-asyncio version

0.1.5

05 Oct 21:45
Compare
Choose a tag to compare
  • Fix issue when nest_asyncio.apply is set to None.