connector-sdk-types
Generated types for the Lumos Connector SDK
What it is and what it does
Connector SDK Types is a package of auto-generated Pydantic models that define the type-safe interfaces for the Lumos Connector SDK. It contains request and response structures for connector operations across accounts, entitlements, authentication, and error handling. The types are generated from TypeSpec definitions and are not meant to be modified directly—changes should be made upstream in the TypeSpec source and regenerated.
The package is designed primarily as a dependency of the main connector-py package, though the types can be imported directly for use in applications that interact with Lumos connectors. It requires Python 3.10 or later and depends on pydantic and openapi-pydantic for model validation and OpenAPI schema support.
Use it for:
- Import connector request/response types in applications that call the Lumos Connector SDK
- Provide type hints and IDE autocomplete when working with connector operations like account management
- Ensure type safety across authentication models, entitlements, and error handling in connector integrations
- Use as a transitive dependency when installing the main connector-py package
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides auto-generated Pydantic type definitions for the Lumos Connector SDK, including request/response models for accounts, entitlements, authentication, and errors.
Yes, if you are building against the Lumos Connector SDK or using connector-py. The package has low install friction, active maintenance, no known vulnerabilities, and a permissive license. Install it directly only if you need to import types independently; otherwise it will be pulled in as a dependency.
Install
connector-sdk-types on PyPI
pip
pip install connector-sdk-typesuv
uv add connector-sdk-typespoetry
poetry add connector-sdk-typesInstalling connector-sdk-types
Before you install
Low friction installation with only two runtime dependencies (pydantic and openapi-pydantic). Active maintenance status with a release within the last day.
License in practice
Distributed under Apache 2.0, a permissive license that allows commercial and private use with minimal restrictions.
Quickstart
pip install connector-sdk-types
from connector_sdk_types import ListAccountsRequest, ListAccountsResponse
Requires Python 3.10 or later
Verify before relying
- Whether this package is intended for direct use or primarily as a transitive dependency
- The scope and completeness of the generated type models beyond the examples listed
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 2 — pydantic, openapi-pydantic |
| Maintenance | actively maintained — 1 days since the last release |
| First released | |
| Downloads | 181,251/month — #10,132 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: connector_sdk_types-0.64.0-py3-none-any.whl
Keywords: integrations, types
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
airbyte-connector-modelsProvides automatically generated Pydantic…
permissive · top 15,000 on PyPI
turnkey-sdk-typesProvides generated Pydantic type definitions…
permissive · top 15,000 on PyPI
k8Provides Python type models for Kubernetes…
permissive · top 15,000 on PyPI
sigstore-rekor-typesProvides Python data models for Rekor's API…
permissive · top 5,000 on PyPI
django-pydantic-fieldProvides type-safe Pydantic model schemas for…
permissive · top 5,000 on PyPI
jsonschema-pydanticConverts JSON Schema definitions into Pydantic…
unclear · top 15,000 on PyPI
openresponses-typesProvides Pydantic models for the OpenResponses…
permissive · top 15,000 on PyPI
avidtoolsavidtools provides Pydantic data models and…
permissive · top 15,000 on PyPI
datamodel-code-generatorGenerates Python data models (Pydantic,…
permissive · top 5,000 on PyPI
GitHubKit-schemas-2026-03-10Provides type-safe GitHub API models and…
permissive · top 15,000 on PyPI