Skip to content

chore(deps-dev): update sqlalchemy-firebird requirement from <0.8,>=0.7.0 to >=0.7.0,<2.2#39755

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/sqlalchemy-firebird-gte-0.7.0-and-lt-2.2
Open

chore(deps-dev): update sqlalchemy-firebird requirement from <0.8,>=0.7.0 to >=0.7.0,<2.2#39755
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/sqlalchemy-firebird-gte-0.7.0-and-lt-2.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 29, 2026

Updates the requirements on sqlalchemy-firebird to permit the latest version.

Commits

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 29, 2026

Labels

The following labels could not be found: pip. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@bito-code-review
Copy link
Copy Markdown
Contributor

bito-code-review Bot commented Apr 29, 2026

Code Review Agent Run #b3c930

Actionable Suggestions - 0
Review Details
  • Files reviewed - 1 · Commit Range: b9c3a81..b9c3a81
    • 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

AI Code Review powered by Bito Logo

@dependabot dependabot Bot force-pushed the dependabot/pip/sqlalchemy-firebird-gte-0.7.0-and-lt-2.2 branch from b9c3a81 to 0b59e26 Compare April 29, 2026 21:41
Copy link
Copy Markdown
Contributor

@bito-code-review bito-code-review Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review Agent Run #898ac4

Actionable Suggestions - 1
  • pyproject.toml - 1
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

AI Code Review powered by Bito Logo

Comment thread pyproject.toml
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"]
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Version Constraint Inconsistency

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

@dependabot dependabot Bot force-pushed the dependabot/pip/sqlalchemy-firebird-gte-0.7.0-and-lt-2.2 branch from 0b59e26 to 2ed973d Compare May 4, 2026 23:41
@bito-code-review
Copy link
Copy Markdown
Contributor

bito-code-review Bot commented May 5, 2026

Code Review Agent Run #2a9a2f

Actionable Suggestions - 0
Review Details
  • Files reviewed - 1 · Commit Range: 2ed973d..2ed973d
    • 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

AI Code Review powered by Bito Logo

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>
@dependabot dependabot Bot force-pushed the dependabot/pip/sqlalchemy-firebird-gte-0.7.0-and-lt-2.2 branch from 2ed973d to ca1a1d5 Compare May 7, 2026 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants