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
Завантажте готові колеса для Windows, Linux та macOS зі сторінки GroupDocs.Redaction for Python 26.6 .