Skip to content

Commit

Permalink
Fix aiohttp dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Aug 5, 2024
1 parent 9ddc743 commit 911b760
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changelogs/fragments/163-aiohttp-timeout.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
bugfixes:
- "Adjust the aiohttp retry GET mananger to use ``ClientTimeout`` instead of a ``float``, since that will be removed in aiohttp 4.0.0
(https://github.com/ansible-community/antsibull-core/pull/163)."
- "Bump asyncio requirement to >= 3.3.0 instead of 3.0.0. Version 3.0.0 likely never worked with the retry code that
has been in here basically since he beginning (https://github.com/ansible-community/antsibull-core/pull/163)."
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ classifiers = [
requires-python = ">=3.9"
dependencies = [
"aiofiles",
"aiohttp >= 3.0.0",
"aiohttp >= 3.3.0",
"build",
# major/minor was introduced here
"packaging >= 20.0",
Expand Down

0 comments on commit 911b760

Please sign in to comment.