diff --git a/python/online/fxreader/pr34/commands_typed/cli.py b/python/online/fxreader/pr34/commands_typed/cli.py index ba011b3..b7935c0 100644 --- a/python/online/fxreader/pr34/commands_typed/cli.py +++ b/python/online/fxreader/pr34/commands_typed/cli.py @@ -558,6 +558,7 @@ class CLI(abc.ABC): ) -> None: import tomlkit import tomlkit.container + import tomlkit.items from . import cli_bootstrap from . import argparse as pr34_argparse @@ -620,7 +621,7 @@ class CLI(abc.ABC): 'w', ) as f: p = pyproject2['project'] - assert isinstance(p, tomlkit.container.Container) + assert isinstance(p, tomlkit.items.Table) p['name'] = module.name del p diff --git a/python/pyproject.toml b/python/pyproject.toml index 07db22a..6668525 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,6 +1,6 @@ [project] name = 'online.fxreader.pr34' -version = '0.1.5.16+27.5' +version = '0.1.5.16+27.6' dependencies = [ #"-r requirements.txt", diff --git a/releases/whl/online_fxreader_pr34-0.1.5.16+27.6-py3-none-any.whl b/releases/whl/online_fxreader_pr34-0.1.5.16+27.6-py3-none-any.whl new file mode 100644 index 0000000..d82e714 --- /dev/null +++ b/releases/whl/online_fxreader_pr34-0.1.5.16+27.6-py3-none-any.whl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e58c34ec58432632cdf4dbc67e468a69b2947814d3fecbd6ba64c0df07e3af80 +size 71037