File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 0.12.4] - 2025-02-20
4+
5+ - Moved ` pytest-asyncio ` from runtime to dev dependencies (fixes #9 , #10 )
6+
37## [ 0.12.3] - 2025-02-20
48
59- Fixed ` __version__ ` in ` lato/__init__.py ` to match release version
Original file line number Diff line number Diff line change 99from .message import Command , Event , Query
1010from .transaction_context import TransactionContext
1111
12- __version__ = "0.12.3 "
12+ __version__ = "0.12.4 "
1313__all__ = [
1414 "Application" ,
1515 "ApplicationModule" ,
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " lato"
3- version = " 0.12.3 "
3+ version = " 0.12.4 "
44description = " Lato is a Python microframework designed for building modular monoliths and loosely coupled applications."
55authors = [" Przemysław Górecki <przemyslaw.gorecki@gmail.com>" ]
66readme = " README.md"
@@ -21,12 +21,12 @@ license = "MIT"
2121python = " ^3.9"
2222pydantic = " ^2.4.2"
2323mergedeep = " ^1.3.4"
24- pytest-asyncio = " ^0.23.5.post1"
2524
2625[tool .poetry .group .dev .dependencies ]
2726build = " ^1.0.3"
2827twine = " ^4.0.2"
2928pytest = " ^7.4.2"
29+ pytest-asyncio = " ^0.23.5.post1"
3030Sphinx = " ^7.2.6"
3131myst-parser = " ^2.0.0"
3232sphinx-autodoc-typehints = " ^2.0.0"
You can’t perform that action at this time.
0 commit comments