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.



It seems type check CI has been failing from 4 days ago.
I checked the logs and it seems the cause of issue is that the mypy was updated from v1.15 to v1.16.0
mypy v1.16.0 was updated 4 days ago
https://github.com/python/mypy/releases/tag/v1.16.0

Last success:
https://github.com/launchableinc/cli/actions/runs/15320268222/job/43102313185#step:7:39
Failed logs:
https://github.com/launchableinc/cli/actions/runs/15373205520/job/43255029651#step:7:39
So, to fix it, fixed the mypy version