Skip to content

Commit

Permalink
Bump requirements for the Open edX Quince release
Browse files Browse the repository at this point in the history
  • Loading branch information
Maari Tamm committed Jan 11, 2024
1 parent 5ca8d0d commit 05d13d1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Unreleased
-------------------------
* [Enhancement] Update requirements for Open edX Quince release.

Version 7.8.1 (2023-12-18)
-------------------------
* [Bug fix] Include missing XBlock attributes in a course export.
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ repository, you must select the appropriate one:
| Nutmeg | `>=14.0, <15` | `>=7.0` | `master` |
| Olive | `>=15.0, <16` | `>=7.5` | `master` |
| Palm | `>=16.0, <17` | `>=7.5` | `master` |
| Quince | `>=17.0, <18` | `>=7.9` | `master` |

Instructions for deploying this XBlock with Tutor can be found
below, in the [Deployment with Tutor](#deployment-with-tutor)
Expand Down
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ python-novaclient>=7.1.2,<16
tenacity>=6.2,<8

# for hastexo_guacamole_client
django~=3.2.1
channels>=3.0.0,<=3.0.5
django<=4.2.8
channels<=4.0.0
daphne<=4.0.0
twisted<23.8.0 # drop this restriction once we drop Python 3.8 and 3.9 support
asgiref<=3.5.2 # depends on our channels version
mysqlclient<=2.1.1 # keep in sync with edx-platform
mysqlclient<=2.2.1 # keep in sync with edx-platform
jsonfield>=3.1.0,<4 # keep in sync with edx-platform
pyguacamole>=0.11
-e .

0 comments on commit 05d13d1

Please sign in to comment.