Skip to content

Commit 4f29209

Browse files
pgoreckiclaude
andcommitted
Bump to 0.12.4, move pytest-asyncio to dev dependencies
Fixes #9, #10 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 48a36c9 commit 4f29209

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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

lato/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from .message import Command, Event, Query
1010
from .transaction_context import TransactionContext
1111

12-
__version__ = "0.12.3"
12+
__version__ = "0.12.4"
1313
__all__ = [
1414
"Application",
1515
"ApplicationModule",

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "lato"
3-
version = "0.12.3"
3+
version = "0.12.4"
44
description = "Lato is a Python microframework designed for building modular monoliths and loosely coupled applications."
55
authors = ["Przemysław Górecki <przemyslaw.gorecki@gmail.com>"]
66
readme = "README.md"
@@ -21,12 +21,12 @@ license = "MIT"
2121
python = "^3.9"
2222
pydantic = "^2.4.2"
2323
mergedeep = "^1.3.4"
24-
pytest-asyncio = "^0.23.5.post1"
2524

2625
[tool.poetry.group.dev.dependencies]
2726
build = "^1.0.3"
2827
twine = "^4.0.2"
2928
pytest = "^7.4.2"
29+
pytest-asyncio = "^0.23.5.post1"
3030
Sphinx = "^7.2.6"
3131
myst-parser = "^2.0.0"
3232
sphinx-autodoc-typehints = "^2.0.0"

0 commit comments

Comments
 (0)