Commit 701a0a3
Add
* Initial plan
* Add `aio` extras_require to azure-cosmos for async dependencies
Adds an optional `aio` dependency extra to the azure-cosmos package
so users can install async dependencies (aiohttp via azure-core[aio])
with `pip install azure-cosmos[aio]`. This follows the same pattern
used by other Azure SDK packages like azure-storage-queue.
Fixes #39457
Co-authored-by: simorenoh <30335873+simorenoh@users.noreply.github.com>
* Apply suggestion from @simorenoh
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: simorenoh <30335873+simorenoh@users.noreply.github.com>aio extras to azure-cosmos for async dependencies (#47143)1 parent de49c08 commit 701a0a3
2 files changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
83 | 88 | | |
0 commit comments