types-sqlalchemy-utils
Type Stubs for sqlalchemy-utils
What it is and what it does
types-sqlalchemy-utils is a type stub package that adds static type information to sqlalchemy-utils. It allows Python type checkers and IDEs to understand the types of sqlalchemy-utils functions and classes, enabling better development-time tooling support.
The package is explicitly partial—it does not yet cover all of sqlalchemy-utils' API surface. It is maintained as a separate distribution following Python's typeshed convention for third-party library stubs. With no runtime dependencies and a wheel-only distribution, installation is straightforward, but the dormant maintenance status (last release 823 days ago) means type coverage may not reflect recent sqlalchemy-utils changes.
Use it for:
- Enable type checking in projects that use sqlalchemy-utils for database column types and validators
- Improve IDE autocomplete and inline documentation when writing sqlalchemy-utils code
- Catch type mismatches in sqlalchemy-utils function calls during development rather than at runtime
- Support gradual type adoption in legacy codebases by adding type hints to sqlalchemy-utils usage incrementally
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type stubs for sqlalchemy-utils, enabling static type checking and IDE autocompletion when using that library in Python projects.
Yes, if you use sqlalchemy-utils and want static type checking. Install friction is minimal and there are no security vulnerabilities. However, be aware that maintenance is dormant (last release 823 days ago), type coverage is partial, and stubs may not reflect the latest sqlalchemy-utils API—verify that the covered functions match your usage before relying on it for comprehensive type safety.
Install
types-sqlalchemy-utils on PyPI
pip
pip install types-sqlalchemy-utilsuv
uv add types-sqlalchemy-utilspoetry
poetry add types-sqlalchemy-utilsInstalling types-sqlalchemy-utils
Before you install
Low friction installation with no runtime dependencies. Maintenance is dormant (823 days since last release), so type coverage may lag behind sqlalchemy-utils itself—the package explicitly notes it is partial and welcomes contributions.
License in practice
GPLv3 copyleft license applies. Any project that distributes this package or derivative works must comply with GPLv3 terms, including source disclosure obligations.
Quickstart
pip install types-sqlalchemy-utils
# Type checkers now understand sqlalchemy-utils types when imported in your project
Requires sqlalchemy-utils to be installed separately; this package provides only type information, not runtime functionality.
Verify before relying
- Extent of type stub coverage beyond what the description calls 'partial'—which functions and objects are actually annotated
- Whether the stubs remain compatible with recent sqlalchemy-utils releases given the 823-day maintenance gap
- Which type checkers (mypy, pyright, etc.) are supported by these stubs
Package facts
| License | GPLv3 (copyleft) |
| Python support | supports the current Python release (<4,>=3.7) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | none |
| Maintenance | dormant — 823 days since the last release |
| First released | |
| Downloads | 1,012,568/month — #4,510 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: types_sqlalchemy_utils-1.1.0-py3-none-any.whl
Keywords: stubs, sqlalchemy, sqlalchemy-utils
Tags
More Database packages
psycopg2-binary is a PostgreSQL database…
copyleft · top 1,000 on PyPI
redisPython client library for connecting to and…
permissive · top 1,000 on PyPI
ydbYDB Python SDK is the official client library…
permissive · top 1,000 on PyPI
snowflake-connector-pythonConnects Python applications to Snowflake data…
permissive · top 1,000 on PyPI
sqlparsesqlparse tokenizes SQL text into a tree of…
permissive · top 1,000 on PyPI
dbt-adaptersProvides base adapter protocols and shared…
permissive · top 1,000 on PyPI
plotly-stubsProvides static type annotations (stubs) for…
permissive · top 15,000 on PyPI
SQLAlchemy-UtilsProvides utility functions, custom data types,…
permissive · top 1,000 on PyPI
types-smorestProvides type stubs for flask-smorest, enabling…
copyleft · top 5,000 on PyPI
types-pysaml2Provides type annotations (stubs) for the…
copyleft · top 15,000 on PyPI
autotypingAutomatically infers and adds type annotations…
permissive · top 15,000 on PyPI
types-SQLAlchemyProvides PEP 561 type stubs for SQLAlchemy,…
permissive · top 15,000 on PyPI
ob-metaflow-stubsProvides type hints and stub files for the…
permissive · top 15,000 on PyPI
types-Flask-SQLAlchemyProvides type stubs for Flask-SQLAlchemy to…
permissive · top 15,000 on PyPI
scipy-stubsProvides type stubs for the entire SciPy…
permissive · top 5,000 on PyPI
msgpack-typesProvides type stubs for msgpack to enable…
permissive · top 15,000 on PyPI