Skip to content

Comments

update aiohttp requirement to fix connectivity to services behind cloudflare#3536

Merged
mouse-reeve merged 1 commit intobookwyrm-social:mainfrom
ilkka-ollakka:fix/update_aiohttp
Apr 19, 2025
Merged

update aiohttp requirement to fix connectivity to services behind cloudflare#3536
mouse-reeve merged 1 commit intobookwyrm-social:mainfrom
ilkka-ollakka:fix/update_aiohttp

Conversation

@ilkka-ollakka
Copy link
Contributor

@ilkka-ollakka ilkka-ollakka commented Apr 1, 2025

Description

Finna connector seemed to start connectivity issue, more specificly cloudflare stopping requests. I pinpointed the issue to aiohttp and seems that https://docs.aiohttp.org/en/stable/changes.html#id17 matches the problem fixed in version 3.11.11. Updating the dependency fixes the connectivity problem. There is more recent releases, but there are some yanked ones and newer changes seem to be more around tracing.

  • Related Issue #
  • Closes #

What type of Pull Request is this?

  • Bug Fix
  • Enhancement
  • Plumbing / Internals / Dependencies
  • Refactor

Does this PR change settings or dependencies, or break something?

  • This PR changes or adds default settings, configuration, or .env values
  • This PR changes or adds dependencies
  • This PR introduces other breaking changes

Details of breaking or configuration changes (if any of above checked)

Documentation

  • New or amended documentation will be required if this PR is merged
  • I have created a matching pull request in the Documentation repository
  • I intend to create a matching pull request in the Documentation repository after this PR is merged

Tests

  • My changes do not need new tests
  • All tests I have added are passing
  • I have written tests but need help to make them pass
  • I have not written tests and need help to write them

seems that 3.11.11 version fixes access on services behind cloudflare, most visible finna connector

https://docs.aiohttp.org/en/stable/changes.html#id15 most probable reason
@ilkka-ollakka ilkka-ollakka changed the title update aiohttp requirement to fix cloudflare connectivity update aiohttp requirement to fix connectivity to services behind cloudflare Apr 1, 2025
@mouse-reeve mouse-reeve merged commit c7bdfd9 into bookwyrm-social:main Apr 19, 2025
10 checks passed
@ilkka-ollakka ilkka-ollakka deleted the fix/update_aiohttp branch April 19, 2025 18:12
@hughrun hughrun added the dependencies Pull requests that update a dependency file label Aug 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants