Closed aldman123 closed 4 months ago
Thank you for your contribution! This is very appreciated.
Thanks! Shouldn't it be possible to blacklist a version, so as not to change the code in the future?
e.g.:
setup(
name="my_package",
version="1.0.0",
install_requires=[
"requests >=2.0.0, !=2.3.4, !=2.4.0, !=2.4.1",
# other dependencies...
],
# other configuration options...
)
Closing per comment on PR #106
https://setuptools.pypa.io/en/stable/history.html#v72-0-0
The recent release of setuptools 72.0.0 is causing issues downstream for several users. https://stackoverflow.com/questions/78806100/no-module-named-setuptools-command-test
However 72.0.0 seems to be yanked and undone, which might resolve the issue without changes needed from mkdocs-mermaid2-plugin. https://pypi.org/project/setuptools/72.0.0/#history