chore(deps-dev): update sqlalchemy-firebird requirement from <0.8,>=0.7.0 to >=0.7.0,<2.2#39755
Conversation
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Code Review Agent Run #b3c930Actionable Suggestions - 0Review Details
Bito Usage GuideCommands Type the following command in the pull request comment and save the comment.
Refer to the documentation for additional commands. Configuration This repository uses Documentation & Help |
b9c3a81 to
0b59e26
Compare
There was a problem hiding this comment.
Code Review Agent Run #898ac4
Actionable Suggestions - 1
-
pyproject.toml - 1
- Version Constraint Inconsistency · Line 149-149
Review Details
-
Files reviewed - 1 · Commit Range:
0b59e26..0b59e26- pyproject.toml
-
Files skipped - 0
-
Tools
- Whispers (Secret Scanner) - ✔︎ Successful
- Detect-secrets (Secret Scanner) - ✔︎ Successful
Bito Usage Guide
Commands
Type the following command in the pull request comment and save the comment.
-
/review- Manually triggers a full AI review. -
/pause- Pauses automatic reviews on this pull request. -
/resume- Resumes automatic reviews. -
/resolve- Marks all Bito-posted review comments as resolved. -
/abort- Cancels all in-progress reviews.
Refer to the documentation for additional commands.
Configuration
This repository uses Superset You can customize the agent settings here or contact your Bito workspace admin at evan@preset.io.
Documentation & Help
| excel = ["xlrd>=1.2.0, <1.3"] | ||
| fastmcp = ["fastmcp>=3.2.4,<4.0"] | ||
| firebird = ["sqlalchemy-firebird>=0.7.0, <0.8"] | ||
| firebird = ["sqlalchemy-firebird>=0.7.0, <2.2"] |
There was a problem hiding this comment.
The version constraint for sqlalchemy-firebird in pyproject.toml has been updated to allow versions up to <2.2, but the corresponding version_requirements in the FirebirdEngineSpec metadata still restricts to <0.8. This inconsistency could confuse users or cause display issues in the UI/docs, as the spec is used for compatibility info. Please update the engine spec to match.
Code suggestion
Check the AI-generated fix before applying
- "version_requirements": "sqlalchemy-firebird>=0.7.0,<0.8",
+ "version_requirements": "sqlalchemy-firebird>=0.7.0,<2.2",
Code Review Run #898ac4
Should Bito avoid suggestions like this for future reviews? (Manage Rules)
- Yes, avoid them
0b59e26 to
2ed973d
Compare
Code Review Agent Run #2a9a2fActionable Suggestions - 0Review Details
Bito Usage GuideCommands Type the following command in the pull request comment and save the comment.
Refer to the documentation for additional commands. Configuration This repository uses Documentation & Help |
Updates the requirements on [sqlalchemy-firebird](https://github.com/pauldex/sqlalchemy-firebird) to permit the latest version. - [Release notes](https://github.com/pauldex/sqlalchemy-firebird/releases) - [Commits](https://github.com/pauldex/sqlalchemy-firebird/commits) --- updated-dependencies: - dependency-name: sqlalchemy-firebird dependency-version: '2.1' dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
2ed973d to
ca1a1d5
Compare
Updates the requirements on sqlalchemy-firebird to permit the latest version.
Commits