Skip to content

Commit 67e187b

Browse files
authored
[EventHub] bump aiohttp version (Azure#40466)
* [EventHub] bump aiohttp version * changelog
1 parent cc6bf2a commit 67e187b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

sdk/eventhub/azure-eventhub-checkpointstoreblob-aio/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Other Changes
66

77
- Updated type annotations in `BlobCheckpointStore`.
8+
- Bumped `aiohttp` min dependency version to 3.10.10.
89

910
## 1.2.0 (2025-02-13)
1011

sdk/eventhub/azure-eventhub-checkpointstoreblob-aio/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,6 @@
8080
"isodate>=0.6.1",
8181
# end of dependencies for the vendored storage blob
8282
'azure-eventhub>=5.0.0',
83-
'aiohttp>=3.8.3',
83+
'aiohttp>=3.10.10',
8484
]
8585
)

sdk/eventhub/azure-eventhub/dev_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
azure-identity~=1.17.0
44
azure-mgmt-eventhub<=10.1.0
55
azure-mgmt-resource==20.0.0
6-
aiohttp; python_version < '3.12'
6+
aiohttp>=3.10.10
77
websocket-client
88
../azure-eventhub-checkpointstoreblob-aio
99
../azure-eventhub-checkpointstoreblob

0 commit comments

Comments
 (0)