We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe5cfc3 commit 58edb61Copy full SHA for 58edb61
3 files changed
sdk/eventhub/azure-eventhub-checkpointstoreblob-aio/CHANGELOG.md
@@ -5,6 +5,7 @@
5
### Other Changes
6
7
- Updated type annotations in `BlobCheckpointStore`.
8
+- Bumped `aiohttp` min dependency version to 3.10.10.
9
10
## 1.2.0 (2025-02-13)
11
sdk/eventhub/azure-eventhub-checkpointstoreblob-aio/setup.py
@@ -80,6 +80,6 @@
80
"isodate>=0.6.1",
81
# end of dependencies for the vendored storage blob
82
'azure-eventhub>=5.0.0',
83
- 'aiohttp>=3.8.3',
+ 'aiohttp>=3.10.10',
84
]
85
)
sdk/eventhub/azure-eventhub/dev_requirements.txt
@@ -3,7 +3,7 @@
3
azure-identity~=1.17.0
4
azure-mgmt-eventhub<=10.1.0
azure-mgmt-resource==20.0.0
-aiohttp; python_version < '3.12'
+aiohttp>=3.10.10
websocket-client
../azure-eventhub-checkpointstoreblob-aio
../azure-eventhub-checkpointstoreblob
0 commit comments