Use VWS Python Mock 2026.8.4 - #3117
Merged
Merged
Conversation
adamtheturtle
temporarily deployed
to
development
August 4, 2026 10:59 — with
GitHub Actions
Inactive
adamtheturtle
marked this pull request as ready for review
August 4, 2026 11:01
adamtheturtle
temporarily deployed
to
development
August 4, 2026 11:11 — with
GitHub Actions
Inactive
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.
Note
Medium Risk
Requiring Python 3.14 is a breaking change for anyone still on 3.13; runtime client logic is largely unchanged aside from better test coverage of existing error mappings.
Overview
Raises the minimum Python version to 3.14 (drops 3.13) across
pyproject.toml, README, and CI/lint/docs workflows so they only run on 3.14.Bumps
vws-python-mockto 2026.8.4 and adds sync/async tests that drive quota and project-state errors (RequestQuotaReached,TargetQuotaReached,ProjectSuspended,ProjectHasNoAPIAccess) through the mock. Removes# pragma: no coveron those exception classes now that the mock covers them.Includes minor Ruff typing-import cleanup (
TC001/TC003,TYPE_CHECKINGforAwaitablein transports) and a Towncrier fragment for #822.Reviewed by Cursor Bugbot for commit 65acc0e. Bugbot is set up for automated code reviews on this repo. Configure here.