Pin SQLAlchemy version to 1.4.46
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
Merge request reports
Activity
@wlozano, @refi64, have removed the version pinning for flask with this MR. Do we also need to remove it for
pydantic
andpygit2
(as discussed in !178 (closed))mentioned in merge request !188 (merged)
- Resolved by Vignesh Raman
LGTM but please split the changes to unpin Flask in a separate commit and then we update !178 (closed) to follow-up on pydantic/pygit2 only.
added 2 commits
enabled an automatic merge when the pipeline for 1aab914a succeeds
- Resolved by Andre Moreira Magalhaes
mentioned in merge request !191 (merged)