I'm trying to install xmlsec==1.3.13 using Python 3.12.7 and Poetry 1.8.5, but I keep encountering the following warning:
WARNING setuptools_scm.pyproject_reading toml section missing 'pyproject.toml does not contain a tool.setuptools_scm section'
Has anyone encountered this issue or know how to resolve it? Any suggestions on how to address the missing tool.setuptools_scm section in pyproject.toml would be greatly appreciated!