Skip to content

Commit 95eb099

Browse files
authored
Update lilya version (#165)
1 parent 0d5fc5d commit 95eb099

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

docs/en/docs/release-notes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ hide:
55

66
# Release Notes
77

8+
## 0.14.2
9+
10+
### Changed
11+
12+
- Update internals of cli with the latest [Sayer](https://sayer.dymmond.com) version.
13+
814
## 0.14.1
915

1016
### Fixed

lilya/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.14.1"
1+
__version__ = "0.14.2"

lilya/cli/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
import click
1212
from sayer import Sayer, error
13-
from sayer.core.groups import SayerGroup
13+
from sayer.core.groups.sayer import SayerGroup
1414
from sayer.params import Argument, Option
1515

1616
from lilya import __version__

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies = [
4040
"anyio>=3.4.0,<5",
4141
"multidict>=6.0.4,<7.0.0",
4242
"typing_extensions>=3.10.0; python_version < '3.10'",
43-
"sayer>=0.2.4,<1.0.0",
43+
"sayer>=0.3.0,<1.0.0",
4444
]
4545
keywords = ["lilya"]
4646

0 commit comments

Comments
 (0)