--- id: microsoft-kiota-bundle version: "1.11.9" license: unclear license_treatment: permissive maintenance: active --- # microsoft-kiota-bundle — Bundle package for kiota generated libraries in Python License: permissive · Maintenance: active · Downloads: 350.7K/mo ## What it is and what it does Microsoft Kiota Bundle is a convenience package that bundles together the core components needed to use Kiota-generated API clients in Python. It wraps a request adapter implementation and pre-configured serialization libraries (JSON, form, text, and multipart) so developers don't have to manually wire up each component separately. The bundle is specifically designed as the preferred way to integrate with Microsoft Graph APIs. The package depends on six runtime libraries: microsoft-kiota-abstractions, microsoft-kiota-http, microsoft-kiota-serialization-json, microsoft-kiota-serialization-form, microsoft-kiota-serialization-text, and microsoft-kiota-serialization-multipart. It supports Python 3.10 through 3.14 and has been actively maintained since its initial release, with the latest version released on 2026-08-14. Use it for: - Building a Python application that calls Microsoft Graph APIs using a Kiota-generated client. - Setting up a new Kiota client project without manually configuring HTTP adapters and serialization. - Integrating Microsoft Graph access into an existing Python service or web application. - Prototyping or developing against Microsoft Graph with minimal boilerplate setup. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides default client setup and request handling for Kiota-generated API clients, bundling serialization and HTTP adapters for Microsoft Graph integration. Yes. The package is actively maintained, has no known vulnerabilities, uses a permissive MIT license, and installs with low friction. It is the recommended dependency for Kiota-based Microsoft Graph integration in Python. Install it if you are building a client for Microsoft Graph or another OpenAPI-based service using Kiota. ## Install pip install microsoft-kiota-bundle uv add microsoft-kiota-bundle poetry add microsoft-kiota-bundle ## Installing microsoft-kiota-bundle Before you install: Low install friction with a pure-Python wheel. The package is actively maintained with a recent release and depends on six related Kiota libraries from the same ecosystem. License in practice: Licensed under MIT (permissive), allowing commercial and private use with minimal restrictions. Quickstart: pip install microsoft-kiota-bundle Requires Python 3.10 or later. Kiota-generated client code must be available in your project. Verify before relying: - Whether the bundle is the only way to use Kiota-generated clients or if individual Kiota libraries can be used independently. - What specific Microsoft Graph API versions or features are supported by this bundle version. - How to instantiate and configure the bundle components in actual usage code. ## Package facts - License: not declared (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 350.7K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags kiota client setup, microsoft graph api client, kiota bundle library, api request adapter, kiota serialization defaults, microsoft graph python client, kiota http client, microsoft-graph, api-client, kiota [View on SkillFed](https://skillfed.io/packages/microsoft-kiota-bundle) · [View on PyPI](https://pypi.org/project/microsoft-kiota-bundle/)