Skip to content
Snippets Groups Projects

Pin SQLAlchemy version to 1.4.46

Merged Vignesh Raman requested to merge wip/vignesh/pin-sqlalchemy-version into master
All threads resolved!

With SQLAlchemy version 2.0.2 the below error is seen, E AttributeError: module 'sqlalchemy' has no attribute 'all'

The previous version which worked was 1.4.46. So pin SQLAlchemy version to 1.4.46 to fix this error.

Since flask-sqlalchemy 3.0.2 depends on Flask>=2.2, remove package versions for Flask.

https://github.com/pallets-eco/flask-sqlalchemy/issues/1122 https://github.com/pallets-eco/flask-sqlalchemy/pull/1123

https://phabricator.apertis.org/T9563

Merge request reports

Pipeline #478624 passed

Pipeline passed for 1aab914a on wip/vignesh/pin-sqlalchemy-version

Approved by

Merged by Andre Moreira MagalhaesAndre Moreira Magalhaes 1 year ago (Feb 8, 2023 3:46pm UTC)

Merge details

  • Changes merged into master with 1aab914a.
  • Deleted the source branch.
  • Auto-merge enabled

Pipeline #478625 passed

Pipeline passed for 1aab914a on master

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Andre Moreira Magalhaes resolved all threads

    resolved all threads

  • mentioned in merge request !191 (merged)

  • Please register or sign in to reply
    Loading