mypy-boto3-neptune-graph provides type annotations for the AWS NeptuneGraph service client in boto3, ensuring type-safe AWS interactions with MyPy. It is part of the larger `mypy-boto3` collection, automatically generated by `mypy-boto3-builder` version 8.12.0, and is currently at version 1.42.43. The `mypy-boto3` ecosystem follows a regular release cadence, often aligning with new boto3 service releases or builder improvements.
pip install mypy-boto3-neptune-graphVerified import paths — ran on the pinned version, not inferred.
This quickstart demonstrates how to obtain a type-annotated `NeptuneGraphClient` using `boto3.client`. The `mypy-boto3-neptune-graph` stubs provide the `NeptuneGraphClient` type for static analysis.
Upgrade Python to 3.9 or higher.
Ensure your `mypy` configuration (e.g., `pyproject.toml`) does not interfere with standard stub discovery. Remove any custom `mypy_path` entries that might point to old stub locations.
Review type annotations if upgrading from very old versions to ensure `TypeDef` names match the new conventions.
Ensure `boto3` is installed: `pip install boto3`.
Install `mypy` (`pip install mypy`) and run it on your codebase (e.g., `mypy .`).