Skip to content

Commit 54cbe7b

Browse files
Add AioSQLAlchemy extra package to documentation
Add the AioSQLAlchemy extra package entry to the installation tables in README.md and docs/introduction.md. Also fix the outdated Arrow version in docs/introduction.md (>=7.0.0 -> >=10.0.0) to match pyproject.toml. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 8530dca commit 54cbe7b

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,13 @@ $ pip install PyAthena
3333

3434
Extra packages:
3535

36-
| Package | Install command | Version |
37-
|------------|--------------------------------------|----------|
38-
| SQLAlchemy | `pip install PyAthena[SQLAlchemy]` | >=1.0.0 |
39-
| Pandas | `pip install PyAthena[Pandas]` | >=1.3.0 |
40-
| Arrow | `pip install PyAthena[Arrow]` | >=10.0.0 |
41-
| Polars | `pip install PyAthena[Polars]` | >=1.0.0 |
36+
| Package | Install command | Version |
37+
|---------------|-----------------------------------------|----------|
38+
| SQLAlchemy | `pip install PyAthena[SQLAlchemy]` | >=1.0.0 |
39+
| AioSQLAlchemy | `pip install PyAthena[AioSQLAlchemy]` | >=2.0.0 |
40+
| Pandas | `pip install PyAthena[Pandas]` | >=1.3.0 |
41+
| Arrow | `pip install PyAthena[Arrow]` | >=10.0.0 |
42+
| Polars | `pip install PyAthena[Polars]` | >=1.0.0 |
4243

4344
## Usage
4445

docs/introduction.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,13 @@ $ pip install PyAthena
2020

2121
Extra packages:
2222

23-
| Package | Install command | Version |
24-
|------------|--------------------------------------|----------|
25-
| SQLAlchemy | `pip install PyAthena[SQLAlchemy]` | >=1.0.0 |
26-
| Pandas | `pip install PyAthena[Pandas]` | >=1.3.0 |
27-
| Arrow | `pip install PyAthena[Arrow]` | >=7.0.0 |
28-
| Polars | `pip install PyAthena[Polars]` | >=1.0.0 |
23+
| Package | Install command | Version |
24+
|---------------|-----------------------------------------|----------|
25+
| SQLAlchemy | `pip install PyAthena[SQLAlchemy]` | >=1.0.0 |
26+
| AioSQLAlchemy | `pip install PyAthena[AioSQLAlchemy]` | >=2.0.0 |
27+
| Pandas | `pip install PyAthena[Pandas]` | >=1.3.0 |
28+
| Arrow | `pip install PyAthena[Arrow]` | >=10.0.0 |
29+
| Polars | `pip install PyAthena[Polars]` | >=1.0.0 |
2930

3031
(features)=
3132

0 commit comments

Comments
 (0)