chore: bump qase-python-commons to 5.1.3 - #508
Merged
Merged
Conversation
Release the batch-size cap change from #507: the maximum configurable batch size is now 200 instead of 2000, matching the bulk-results API cap. Only qase-python-commons carries code changes from that PR, the pytest and robotframework edits were docs-only, so no reporter version is bumped. The existing qase-python-commons~=5.1.2 pin in qase-pytest already accepts 5.1.3.
nismangulov
approved these changes
Aug 25, 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.
Patch release for the batch-size change merged in #507.
What changed
qase-python-commons/pyproject.toml— version 5.1.2 → 5.1.3qase-python-commons/changelog.md— entry for 5.1.3Why only qase-python-commons
#507 touched five files. The three code files all live in
qase-python-commons(models/config/batch.py,reporters/testops.py,reporters/testops_multi.py). Theqase-pytestandqase-robotframeworkchanges weredocs/UPGRADE.mdedits only, so those packages ship no new code and are not bumped.The
qase-python-commons~=5.1.2pin inqase-pytest/pyproject.tomlalready accepts 5.1.3 (~=5.1.2means>=5.1.2, ==5.1.*), so no dependent pins need updating.Tests
No code changes in this PR — only version metadata and changelog. The batch-size change itself was verified in #507 (243 passed, 4 skipped).