Skip to content

Commit

Permalink
Require Resolwe 41.x
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorjerse committed Nov 6, 2024
1 parent f996577 commit 35cec02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Added

Changed
-------
- **BACKWARD INCOMPATIBLE:** Require Resolwe 41.x
- Change ``reference`` and ``alternative`` field types in ``Variant`` model

Fixed
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"djangorestframework~=3.15.2",
"django-filter~=24.2",
# XXX: Required due to issue https://github.com/pypa/pip/issues/4905.
"resolwe >=40.0a1, ==40.*",
"resolwe >=41.0a1, ==41.*",
"wrapt~=1.16.0",
),
extras_require={
Expand Down

0 comments on commit 35cec02

Please sign in to comment.