[Maintenance] Pin Python dependencies to current 3.10-compatible versions - #91
Merged
Conversation
Replace caret ranges with exact pins, add a Poetry lockfile, and drop the unused deprecated dev-dependencies section. Co-authored-by: Cursor <cursoragent@cursor.com>
This was referenced Aug 15, 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
poetry.lockso installs are reproducible.[tool.poetry.dev-dependencies]section.This supersedes the stale Renovate PRs that bumped 2023 hashes one package at a time (
#80,#82–#89).Pins chosen for Python 3.10 compatibility:
google-auth2.56.3,google-auth-oauthlib1.4.0,google-auth-httplib20.4.1,google-api-python-client2.198.0PyYAML6.0.3,requests2.34.2,semver3.0.4,tabulate0.10.0pandas2.3.3 (optional; 3.x requires 3.11+)selenium4.47.0sphinx8.1.3 (8.2+ requires 3.11; 9.x requires 3.12)sphinx-rtd-theme3.1.0pytest8.4.2docs/requirements.txtis left for a follow-up PR so this review stays mid-size.Test plan
poetry installpoetry run pytest tests/ -v— 36 passed