diff --git a/python/meson.build b/python/meson.build index 4141ad4..657a9fd 100644 --- a/python/meson.build +++ b/python/meson.build @@ -5,7 +5,7 @@ project( ).stdout().strip('\n'), # 'online.fxreader.uv', # ['c', 'cpp'], - version: '0.1.5.31', + version: '0.1.5.32', # default_options: [ # 'cpp_std=c++23', # # 'prefer_static=true', diff --git a/python/online/fxreader/pr34/commands_typed/cli.py b/python/online/fxreader/pr34/commands_typed/cli.py index c718b4f..c8ec3a1 100644 --- a/python/online/fxreader/pr34/commands_typed/cli.py +++ b/python/online/fxreader/pr34/commands_typed/cli.py @@ -889,7 +889,8 @@ class CLI(abc.ABC): 'w', ) as f: p = pyproject2['project'] - assert isinstance(p, tomlkit.items.Table) + # assert isinstance(p, tomlkit.items.Table) + assert isinstance(p, MutableMapping) p['name'] = module.name if not pyproject2['tool']: diff --git a/releases/whl/online_fxreader_pr34-0.1.5.32-py3-none-any.whl b/releases/whl/online_fxreader_pr34-0.1.5.32-py3-none-any.whl new file mode 100644 index 0000000..6bfe450 --- /dev/null +++ b/releases/whl/online_fxreader_pr34-0.1.5.32-py3-none-any.whl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15752fc356bb4c6b4a92a71b7f615e0c0c2b42df1efb82f8613aa0951a74ae5e +size 75107