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] Rafraîchir les dépendances intégrées pour la stabilité et la sécurité.
- [Improvement] Suivre les mises à jour du moteur sous‑jacent GroupDocs.Redaction.
Public API changes
Aucun changement majeur. Cette version suit le moteur sous‑jacent GroupDocs.Redaction et rafraîchit les dépendances intégrées pour la stabilité et la sécurité.
New features
Aucune nouvelle fonctionnalité dans cette version.
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
Installez ou mettez à jour via PyPI :
pip install groupdocs-redaction-net
Direct download
Téléchargez les wheels pré‑compilés pour Windows, Linux et macOS depuis la page GroupDocs.Redaction for Python 26.6.