Skip to content

Commit

Permalink
upgrade sqlalchemy-continuum
Browse files Browse the repository at this point in the history
1.3.10 is needed to remove the patch
1.3.12 is needed for SQLAlchemy 1.4
  • Loading branch information
Glandos committed Feb 1, 2022
1 parent a14c7c5 commit 1bea93f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 143 deletions.
4 changes: 0 additions & 4 deletions ihatemoney/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
from werkzeug.security import generate_password_hash

from ihatemoney.currency_convertor import CurrencyConverter
from ihatemoney.patch_sqlalchemy_continuum import PatchedBuilder
from ihatemoney.utils import get_members, same_bill
from ihatemoney.versioning import (
ConditionalVersioningManager,
Expand All @@ -36,9 +35,6 @@
# Conditionally Disable the versioning based on each
# project's privacy preferences
tracking_predicate=version_privacy_predicate,
# Patch in a fix to a SQLAchemy-Continuum Bug.
# See patch_sqlalchemy_continuum.py
builder=PatchedBuilder(),
),
plugins=[
FlaskPlugin(
Expand Down
138 changes: 0 additions & 138 deletions ihatemoney/patch_sqlalchemy_continuum.py

This file was deleted.

2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ install_requires =
itsdangerous>=2,<3
Jinja2>=3,<4
requests>=2.22,<3
SQLAlchemy-Continuum>=1.3.9,<2
SQLAlchemy-Continuum>=1.3.12,<2
SQLAlchemy>=1.3.0,<1.4 # New 1.4 changes API, see #728
python-dateutil

Expand Down

0 comments on commit 1bea93f

Please sign in to comment.