Hi everyone,
GroupDocs.Metadata for Python via .NET version 26.5 is now available on PyPI, bringing a rebuilt typed API, full Python 3.14 support, AI agent integration, and self‑contained wheels for all major platforms.
Full release notes: GroupDocs.Metadata for Python via .NET 26.5 Release Notes
PyPI: Client Challenge
Docs: GroupDocs.Metadata for Python via .NET | GroupDocs
Highlights
- Rebuilt Python binding with explicit type hints and bundled
.pyistubs, eliminating the runtime__getattr__proxy - Added Python 3.14 support (
Requires-Python: >=3.5,<3.15) - Included
AGENTS.mdin the package for AI agent and LLM integration - Updated to the GroupDocs.Metadata for .NET 26.5 engine
- Self‑contained wheels with an embedded .NET runtime for Windows, Linux, and macOS (Intel and Apple Silicon)
Breaking changes (see release notes for migration details):
- The previous dynamic proxy‑based API has been replaced; all members are now statically typed and directly accessible
Install:
pip install groupdocs-metadata==26.5
As always, feedback and bug reports are welcome in this category.
Best regards,
The GroupDocs Team