Skip to content

Commit

Permalink
Update requirements to support Open edX Redwood release
Browse files Browse the repository at this point in the history
  • Loading branch information
Maari Tamm committed Jul 23, 2024
1 parent 9648882 commit 92c5497
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Unreleased
-------------------------
* [Enhancement] Update requirements to keep in sync with `edx-platfom`
and support the Open edX Redwood release.
* [BREAKING CHANGE] Update the import statements for `xblock-utils`.
The `xblock-utils` library has been deprecated as a separate package;
the `utils` library has been moved into the `XBlock` and should now
Expand Down
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ python-novaclient>=7.1.2,<16
tenacity>=6.2,<8

# for hastexo_guacamole_client
django<=4.2.8
django<=4.2.14
channels<=4.0.0
daphne<=4.0.0
twisted<24 # drop this restriction once we drop Python 3.8 and 3.9 support
mysqlclient<=2.2.1 # keep in sync with edx-platform
mysqlclient<=2.2.4 # keep in sync with edx-platform
jsonfield>=3.1.0,<4 # keep in sync with edx-platform
pyguacamole>=0.11

0 comments on commit 92c5497

Please sign in to comment.