Pgorecki Lato Versions Save

Python microframework for modular monoliths and loosely coupled apps

v0.11.0

2 months ago

Change composer callback signature from compose(values) to compose(**kwargs)

@app.compose(MyCommand)
def compose_item_details(**kwargs):
    ...

v0.10.0

2 months ago

async / await support

v0.9.1

2 months ago

What's Changed

  • add testing workflow
  • add support for Python 3.9 - 3.12

Full Changelog: https://github.com/pgorecki/lato/commits/v0.9.1