Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: Upgrade aiohttp (3.10.6 -> 3.10.8) along with yarl (1.12.1 -> 1.13.1) #2874

Merged
merged 1 commit into from
Sep 30, 2024

Conversation

achimnol
Copy link
Member

@achimnol achimnol commented Sep 30, 2024

This PR is a minor follow-up to #2862.

Release notes of aiohttp

3.10.8 (2024-09-28)

  • Fix TimerContext not uncancelling the current task aio-libs/aiohttp#9326
    • This fix makes aiohttp's internal timeout handling mechanism to be consistent with async-timeout and asyncio.timeout() when there are nested task groups since Python 3.11.
    • async-timeout has this fix as of 4.0.3 and we have been already using it while most codes are migrated to use asyncio.timeout().

3.10.7 (2024-09-27)

Checklist: (if applicable)

  • Milestone metadata specifying the target backport version
  • Mention to the original issue

@achimnol achimnol added this to the 24.03 milestone Sep 30, 2024
@achimnol achimnol added type:maintenance Maintenance issue. area:upstream Issues with root cause from upstream 3rd parties skip:changelog Make the action workflow to skip towncrier check labels Sep 30, 2024
@achimnol achimnol self-assigned this Sep 30, 2024
@achimnol achimnol added this pull request to the merge queue Sep 30, 2024
Merged via the queue into main with commit 49be9f6 Sep 30, 2024
39 of 49 checks passed
@achimnol achimnol deleted the topic/upgrade-aiohttp-again branch September 30, 2024 21:09
lablup-octodog pushed a commit that referenced this pull request Sep 30, 2024
….13.1) (#2874)

Backported-from: main (24.09)
Backported-to: 24.03
Backport-of: 2874
github-merge-queue bot pushed a commit that referenced this pull request Sep 30, 2024
@achimnol achimnol added the require:pants-export Dependencies updated. You need to run `pants export --resolve=python-default` to make it working. label Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:upstream Issues with root cause from upstream 3rd parties require:pants-export Dependencies updated. You need to run `pants export --resolve=python-default` to make it working. skip:changelog Make the action workflow to skip towncrier check type:maintenance Maintenance issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant