Skip to content

Commit

Permalink
Update package spec to allow use of sqlalchemy-continuum==1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cc-a committed Mar 14, 2024
1 parent 9e21344 commit c63c909
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,9 @@ invenio-saml = {}
uwsgi = ">=2.0"
uwsgitop = ">=0.11"
uwsgi-tools = ">=1.1.1"
# Pin sqlalchemy-continuum version for compatibility with pytest-invenio.
# sqlalchemy-continuum==1.4 implicitly assumes sqlalchemy>=2 but does not specify this
# constraint. The database fixture of the version of pytest-invenio in use uses an api
# deprecated in sqlalchemy==2. sqlalchemy-continuum==1.4 assumes use of the
# sqlalchemy==2 version of the api which causes an issue.
# Reported via https://github.com/kvesteri/sqlalchemy-continuum/issues/351
sqlalchemy-continuum = "<1.4"
# Avoid sqlalchemy-continuum==1.4.0 due to compatibility issue described here:
# https://github.com/kvesteri/sqlalchemy-continuum/issues/351
sqlalchemy-continuum = "!=1.4.0"

[requires]
python_version = "3.9"
Expand Down

0 comments on commit c63c909

Please sign in to comment.