We’re happy to announce the release of GroupDocs.Redaction for Python v26.6, available as of June 2026. This release brings the full redaction capabilities of the underlying .NET library to Python, shipped as a self‑contained wheel on PyPI. It includes no breaking API changes, refreshes bundled dependencies for stability and security, and continues to support on‑premise document redaction without requiring MS Office or OpenOffice.

What’s new in this release

  • [Improvement] 为提升稳定性和安全性刷新捆绑的依赖。
  • [Improvement] 跟踪底层 GroupDocs.Redaction 引擎的更新。

Public API changes

没有破坏性更改。此版本跟踪底层 GroupDocs.Redaction 引擎,并为提升稳定性和安全性刷新捆绑的依赖。

New features

此版本没有新功能。

Code example

from groupdocs.redaction import Redactor
from groupdocs.redaction.redactions import ExactPhraseRedaction, ReplacementOptions

with Redactor("document.docx") as redactor:
    redactor.apply(ExactPhraseRedaction("John Doe", ReplacementOptions("[personal]")))
    redactor.save()

How to get the update

PyPI

通过 PyPI 安装或升级:

pip install groupdocs-redaction-net

Direct download

GroupDocs.Redaction for Python 26.6 页面下载适用于 Windows、Linux 和 macOS 的预构建 wheel 包。

Resources