Skip to content

Commit 743ef8e

Browse files
committed
bump aiohttp
1 parent 6ec1f6c commit 743ef8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clients/algoliasearch-client-python/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ packages = find:
3737
install_requires =
3838
urllib3>=1.25.3,<2.0
3939
requests>=2.32.3,3.0
40-
aiohttp>=3.9.2,<4.0
40+
aiohttp>=3.10.11,<4.0
4141
python-dateutil>=2.8.2,<3.0
4242
pydantic>=2,3.0
4343
typing-extensions>=4.7.1,<5.0

templates/python/pyproject.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ classifiers = [
1616
[tool.poetry.dependencies]
1717
python = ">= 3.8.1"
1818
urllib3 = ">= 1.25.3"
19-
aiohttp = ">= 3.9.2"
19+
aiohttp = ">= 3.10.11"
2020
requests = ">=2.32.3"
2121
python-dateutil = ">= 2.8.2"
2222
async-timeout = ">= 4.0.3"

0 commit comments

Comments
 (0)