fix: update default solver version to release-25.9#1924
Merged
benflexcompute merged 2 commits intorelease-candidate/25.9from Mar 23, 2026
Merged
fix: update default solver version to release-25.9#1924benflexcompute merged 2 commits intorelease-candidate/25.9from
benflexcompute merged 2 commits intorelease-candidate/25.9from
Conversation
…nsistency test The default solver version was still pointing to release-25.8 while the module version is 25.9.x. Also adds a test to prevent this mismatch in future releases. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
…0b1) The previous check `"beta" in __version__` never matched because this project uses PEP 440 beta suffixes like `b1`, not the word "beta". Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
angranl-flex
approved these changes
Mar 23, 2026
github-actions Bot
pushed a commit
that referenced
this pull request
Mar 23, 2026
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
__solver_version__fromrelease-25.8torelease-25.9to match the 25.9.x module versiontest_default_solver_version_matches_module_versiontest to prevent this mismatch in future releases (skips beta versions)Test plan
test_default_solver_version_matches_module_versionpasses🤖 Generated with Claude Code
Note
Low Risk
Low risk: a small version constant change plus a new unit test; no runtime logic changes beyond the default solver version string.
Overview
Updates
flow360/version.pyto set__solver_version__torelease-25.9(matching the 25.9.x client version).Adds
test_default_solver_version_matches_module_versionto enforce that non-beta client versionsA.B.Cdefault to solverrelease-A.B(skipping beta builds), preventing future release drift.Written by Cursor Bugbot for commit 82334b7. This will update automatically on new commits. Configure here.