File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11# Release History
22
3- ## 1.25.2 (Unreleased)
4-
5- ### Features Added
6-
7- ### Breaking Changes
8-
9- ### Bugs Fixed
3+ ## 1.26.0 (2022-10-06)
104
115### Other Changes
126
137- LRO polling will not wait anymore before doing the first status check #26376
8+ - Added extra dependency for [ aio] . pip install azure-core[ aio] installs aiohttp too.
149
1510## 1.25.1 (2022-09-01)
1611
Original file line number Diff line number Diff line change 99# regenerated.
1010# --------------------------------------------------------------------------
1111
12- VERSION = "1.25.2 "
12+ VERSION = "1.26.0 "
Original file line number Diff line number Diff line change 7070 'six>=1.11.0' ,
7171 "typing-extensions>=4.0.1" ,
7272 ],
73+ extras_require = {
74+ "aio" : [
75+ "aiohttp>=3.0" ,
76+ ],
77+ },
7378)
You can’t perform that action at this time.
0 commit comments