mypy-boto3-sso-oidc
Type annotations for boto3 SSOOIDC 1.43.0 service generated with mypy-boto3-builder 8.12.0
What it is and what it does
This package is a type-stub library that adds static type information to boto3's SSOOIDC service client. It is generated automatically using mypy-boto3-builder 8.12.0 and provides type hints compatible with mypy, pyright, VSCode, PyCharm, Emacs, and Sublime Text. When installed, it enables IDE autocomplete, catches type errors at development time, and documents the SSOOIDC API surface through type annotations.
The package is lightweight—a pure Python wheel depending only on typing-extensions—and designed to be installed alongside boto3 in development environments. It supports Python 3.9 through 3.14 and is marked as Production/Stable. The type stubs include client annotations, Literal types for service-specific values, and TypedDict definitions for request and response shapes, allowing developers to write type-safe AWS SSOOIDC code without runtime overhead.
Use it for:
- Enable IDE autocomplete and type checking for boto3 SSOOIDC client calls in VSCode or PyCharm.
- Catch type errors in boto3 SSOOIDC code during development using mypy or pyright.
- Document expected argument and return types for SSOOIDC operations in your codebase.
- Use Literal types from mypy_boto3_sso_oidc.literals to enforce valid service parameter values.
- Integrate with CI/CD pipelines to enforce type safety on AWS SDK code before deployment.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type annotations and IDE autocomplete support for the boto3 SSOOIDC service, enabling static type checking in VSCode, PyCharm, mypy, pyright, and other tools.
Yes. Install if you use boto3's SSOOIDC service and want static type checking and IDE support. The package is lightweight, actively maintained, has no known vulnerabilities, uses a permissive MIT license, and is stable (Production/Stable). The only caveat is PyCharm users may experience performance issues with Literal overloads.
Install
mypy-boto3-sso-oidc on PyPI
pip
pip install mypy-boto3-sso-oidcuv
uv add mypy-boto3-sso-oidcpoetry
poetry add mypy-boto3-sso-oidcInstalling mypy-boto3-sso-oidc
Before you install
Low friction: pure Python wheel with a single lightweight runtime dependency (typing-extensions). Package is actively maintained with recent commits and no known vulnerabilities.
License in practice
MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects with minimal obligations.
Quickstart
pip install mypy-boto3-sso-oidc
from boto3.session import Session
from mypy_boto3_sso_oidc import SSOOIDCClient
client: SSOOIDCClient = Session().client("sso-oidc")
Requires Python 3.9 or later; boto3 must be installed separately to use the client.
Verify before relying
- Whether PyCharm performance issues mentioned in docs remain unresolved in current versions.
- Exact scope of type coverage for all SSOOIDC operations and response shapes.
- Performance impact of Literal overloads on different IDE platforms.
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — typing-extensions |
| Maintenance | actively maintained — 107 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 281,390/month — #8,099 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_sso_oidc-1.43.0-py3-none-any.whl
Keywords: boto3, sso-oidc, boto3-stubs, type-annotations, mypy, typeshed, autocomplete
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
mypy-boto3-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
mypy-boto3-pinpointProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-ssoProvides type annotations for boto3's SSO…
permissive · top 15,000 on PyPI
mypy-boto3-detectiveProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-iotProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-uxcProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-iottwinmakerProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-connectProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-signer-dataProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-support-appProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI