build(deps): minor/patch dependency bumps#2054
Open
romanbsd wants to merge 1 commit into
Open
Conversation
Non-breaking version bumps that stay within the current major for each package. Existing pin styles are preserved (~= kept where it was used). Also: - consolidate the duplicate httpx / httpx[http2] entries into one - move pdf2image into the [pdf] optional-dependencies extra (it is only needed for PDF processing, not core crawling) Major-version bumps are handled separately. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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
Split out of #2046, per @ntohidi's review. Non-breaking version bumps that stay within the current major for each package.
What changed
~=kept everywhere it was already used (aiosqlite, python-dotenv, requests, beautifulsoup4, xxhash), per your note about keeping the existing pinning policy.httpx/httpx[http2]entries into a singlehttpx[http2]line.pdf2imageinto the[pdf]optional-dependencies extra (only needed for PDF processing, not core crawling) rather than making it a core dependency.Deliberately excluded (addressing your other points)
~=→>=blanket policy change — reverted, existing pin styles kept.setuptools64 → 81 and thewheelpin — dropped; nothing here needs them and they risk older-system builds.Notes
uv.lockintentionally left out to keep this reviewable; it can be regenerated on merge (develop's committed lock is already stale vs its ownpyproject.toml).🤖 Generated with Claude Code