Skip to content

Commit 15c93b5

Browse files
Ken KundertKen Kundert
authored andcommitted
update requirements and release notes
1 parent 52f8464 commit 15c93b5

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

doc/releases.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ Latest Development Version
99
| Released: 2024-08-28
1010
1111

12+
1.27 (2025-09-27)
13+
-----------------
14+
- allow *urls* attribute to :class:`Account` to be passed directly to
15+
:class:`RecogniseURL`
16+
17+
1218
1.26 (2024-08-28)
1319
-----------------
1420
- added :class:`Base58` secrets class.

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,12 @@ requires-python = ">=3.6"
2323
dependencies = [
2424
"appdirs",
2525
"arrow!=0.14.*",
26+
# "base58",
27+
# base58 is optional, is needed for Base58 encoded secrets
2628
"cryptography",
2729
# cryptography is optional, it provides rapid startup via encrypted manifests
2830
"docopt",
29-
"inform",
31+
"inform>=1.34",
3032
"pygobject",
3133
# pygobject is optional, it provides a secret selection dialog
3234
"python-gnupg>=0.4.4",

0 commit comments

Comments
 (0)