diff --git a/README.md b/README.md index 4b1edf9f..c83f3902 100644 --- a/README.md +++ b/README.md @@ -33,12 +33,13 @@ $ pip install PyAthena Extra packages: -| Package | Install command | Version | -|------------|--------------------------------------|----------| -| SQLAlchemy | `pip install PyAthena[SQLAlchemy]` | >=1.0.0 | -| Pandas | `pip install PyAthena[Pandas]` | >=1.3.0 | -| Arrow | `pip install PyAthena[Arrow]` | >=10.0.0 | -| Polars | `pip install PyAthena[Polars]` | >=1.0.0 | +| Package | Install command | Version | +|---------------|-----------------------------------------|----------| +| SQLAlchemy | `pip install PyAthena[SQLAlchemy]` | >=1.0.0 | +| AioSQLAlchemy | `pip install PyAthena[AioSQLAlchemy]` | >=2.0.0 | +| Pandas | `pip install PyAthena[Pandas]` | >=1.3.0 | +| Arrow | `pip install PyAthena[Arrow]` | >=10.0.0 | +| Polars | `pip install PyAthena[Polars]` | >=1.0.0 | ## Usage diff --git a/docs/introduction.md b/docs/introduction.md index eb497ae3..dc182192 100644 --- a/docs/introduction.md +++ b/docs/introduction.md @@ -20,12 +20,13 @@ $ pip install PyAthena Extra packages: -| Package | Install command | Version | -|------------|--------------------------------------|----------| -| SQLAlchemy | `pip install PyAthena[SQLAlchemy]` | >=1.0.0 | -| Pandas | `pip install PyAthena[Pandas]` | >=1.3.0 | -| Arrow | `pip install PyAthena[Arrow]` | >=7.0.0 | -| Polars | `pip install PyAthena[Polars]` | >=1.0.0 | +| Package | Install command | Version | +|---------------|-----------------------------------------|----------| +| SQLAlchemy | `pip install PyAthena[SQLAlchemy]` | >=1.0.0 | +| AioSQLAlchemy | `pip install PyAthena[AioSQLAlchemy]` | >=2.0.0 | +| Pandas | `pip install PyAthena[Pandas]` | >=1.3.0 | +| Arrow | `pip install PyAthena[Arrow]` | >=10.0.0 | +| Polars | `pip install PyAthena[Polars]` | >=1.0.0 | (features)=