Commit ad9297e
Switch AsyncQueryBuilder to _QueryBuilderBase; drop type: ignore on AsyncBatchRequest
- AsyncQueryBuilder now inherits _QueryBuilderBase instead of QueryBuilder,
eliminating deprecated sync execution surface (execute(by_page=...), to_dataframe())
- AsyncBatchRequest drops 4 type: ignore[arg-type] now that batch operation
classes accept _BatchContext instead of the concrete BatchRequest
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 88ab26c commit ad9297e
2 files changed
Lines changed: 6 additions & 6 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
0 commit comments