The currently released version of more.transaction depends on pkg_resources, which in turn limits setuptools to v82, which now has a disclosed vulnerability.
This was already fixed via #16, but there hasn't been a new release yet, partially because #17 is blocked behind morepath releasing a new version. But since that might take another while, it might be better to cut a new minor release on a branch based on the commit before #17 was merged. So we have a version that doesn't depend on setuptools at all.
@jugmac00 or @faassen could you add @henri-hulski as a collaborator for more.transaction on PyPI? He seems to be the most active maintainer currently, but he isn't a collaborator on that PyPI project yet, so he can't push a new release. Although if either of you has the time to push a new release to PyPI, that would be fine as well.
I can handle more.webassets, more.content_security and more.itsdangerous myself, since those projects are still owned by us on PyPI, although I've invited henri as a collaborator on those projects, so he can release new versions without our help if necessary.
The currently released version of
more.transactiondepends onpkg_resources, which in turn limitssetuptoolsto v82, which now has a disclosed vulnerability.This was already fixed via #16, but there hasn't been a new release yet, partially because #17 is blocked behind morepath releasing a new version. But since that might take another while, it might be better to cut a new minor release on a branch based on the commit before #17 was merged. So we have a version that doesn't depend on
setuptoolsat all.@jugmac00 or @faassen could you add @henri-hulski as a collaborator for
more.transactionon PyPI? He seems to be the most active maintainer currently, but he isn't a collaborator on that PyPI project yet, so he can't push a new release. Although if either of you has the time to push a new release to PyPI, that would be fine as well.I can handle
more.webassets,more.content_securityandmore.itsdangerousmyself, since those projects are still owned by us on PyPI, although I've invited henri as a collaborator on those projects, so he can release new versions without our help if necessary.