Fix Python integration CI: restore beautifulsoup4 4.12.x pin - #61
Merged
Conversation
Dependabot #45 widened the beautifulsoup4 range to 4.15.x, which breaks AutoScraper 1.1.x (empty build results) and caused integration failures on subsequent Python PRs. Restore the intentional 4.12.x pin and ignore beautifulsoup4 >=4.13 in Dependabot so it is not re-bumped. Co-authored-by: ProxyMesh AI <proxymeshai@users.noreply.github.com>
proxymeshai
marked this pull request as ready for review
September 7, 2026 13:53
proxymesh
approved these changes
Sep 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Recent merged Dependabot PRs failed integration CI. Two distinct root causes:
autoscraper-proxy(PRs Update pycurl requirement from >=7.45.5 to >=7.47.0 in /python #42, Update lxml requirement from >=6.1.0 to >=6.1.2 in /python #44, Update beautifulsoup4 requirement from <4.13,>=4.12.0 to >=4.15.0,<4.16 in /python #45, Update httpx requirement from >=0.27.0 to >=0.28.1 in /python #47, Bump the actions group across 1 directory with 6 updates #55, Update autoscraper requirement from >=1.1.0 to >=1.1.14 in /python #57, Update lxml requirement from >=6.1.2 to >=6.1.3 in /python #60) — Dependabot Update beautifulsoup4 requirement from <4.13,>=4.12.0 to >=4.15.0,<4.16 in /python #45 widenedbeautifulsoup4to>=4.15.0,<4.16, which breaks AutoScraper 1.1.x (build()returns an empty list). Restores the intentional>=4.12.0,<4.13pin and ignoresbeautifulsoup4 >=4.13in Dependabot.wretch-proxy(PR Bump the prod-major group in /javascript with 8 updates #58) — already fixed on main in fix Dependabot alerts for qs and json #59 (fetchPolyfillfor wretch 3). No further JS change needed.Test plan
PROXY_URL=... python3 python/autoscraper-proxy.pyexits 0 with beautifulsoup4 4.12.3run_tests.py autoscraperpassesSlack Thread