Mar 28, 2024
We are pleased to announce the release of Peasant 0.9.0.
This releases adds a tornado asynchronous transport implementation to the project.
To use the tornado transport you can install using:
`pip install peasant[all]`
or
`pip install peasant[tornado]`
Here are the highlights:
Build Changes
- Add python 3.9, 3.10, 3.11 and 3.12 to the compatibility list 3
- Add run test workflow 5
Features
- Add an initial tornado protocol with head, get and post methods 4