Skip to content

chore: update API clients to latest specification#503

Merged
gibiw merged 1 commit into
mainfrom
chore/update-api-clients
Jul 7, 2026
Merged

chore: update API clients to latest specification#503
gibiw merged 1 commit into
mainfrom
chore/update-api-clients

Conversation

@gibiw

@gibiw gibiw commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Updated API clients to the latest OpenAPI specification

Targets updated:

  • v1 (qase-api-client): 2.0.10 → 2.0.11

Change

isManual and isToBeAutomated on TestCase / TestCaseCreate / TestCaseUpdate are now typed as StrictBool (was StrictInt), matching the actual API response (JSON booleans).

This fixes the pydantic v2 ValidationError on get_case / get_cases reported on 2.0.10:

ValidationError: Input should be a valid integer [type=int_type, input_value=True, input_type=bool]

Protected files (skipped):

  • api_client.py

Warnings:

None

Fixed #502

@cursor

cursor Bot commented Jul 7, 2026

Copy link
Copy Markdown

Bugbot is not enabled for this team, so this pull request was not reviewed.

Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs.

@gibiw gibiw merged commit d0690a7 into main Jul 7, 2026
37 checks passed
@gibiw gibiw deleted the chore/update-api-clients branch July 7, 2026 08:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Incosistent types for TestCase.is_manual

1 participant