This is an automated email from the ASF dual-hosted git repository. bossenti pushed a commit to branch update-poetry-v2 in repository https://gitbox.apache.org/repos/asf/streampipes.git
commit b5a7b98c0593ddb8bf1d4dd3ca74be0817607829 Author: bossenti <[email protected]> AuthorDate: Fri Jan 16 18:59:48 2026 +0100 deps: add setuptools --- streampipes-client-python/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/streampipes-client-python/pyproject.toml b/streampipes-client-python/pyproject.toml index 7ee189af0e..6fe2b2f55b 100644 --- a/streampipes-client-python/pyproject.toml +++ b/streampipes-client-python/pyproject.toml @@ -93,6 +93,7 @@ mkdocs-material = "9.3.2" mkdocstrings = { version = "0.25.0", extras = ["python"] } numpydoc = "1.9.0" pytkdocs = { version = "0.16.1", extras = ["numpy-style"] } +setuptools = "80.9.0" [tool.poetry.group.stubs] optional = true
