Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
max-parallel: 1
matrix:
tutor_version: ['<21.0.0', '<22.0.0', 'main']
tutor_version: ['<22.0.0', '<23.0.0', 'main']
steps:
- name: Run Integration Tests
uses: eduNEXT/integration-test-in-tutor@v0.1.3
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
make install-dev-dependencies
- name: Run Python Tests
run: |
export TOXENV=${TOX_ENV//./}
export TOX_ENV=${TOX_ENV//./}
export TOXENV=$TOX_ENV
make run-tests
env:
TOX_ENV: py${{matrix.python-version}}-django${{matrix.django}}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ Please do not update the unreleased notes.

<!-- Content should be placed here -->

## [v12.4.0](https://github.com/eduNEXT/eox-core/compare/v12.3.1...v12.4.0) - (2026-06-24)

### Changed

- **Verawood Support**: Update integration tests to use new Verawood release with Tutor,
update GitHub Actions versions, and update integration-test workflow to add Verawood
and remove oldest Tutor version support.

## [v12.3.1](https://github.com/eduNEXT/eox-core/compare/v12.3.0...v12.3.1) - (2026-01-20)

### Changed
Expand Down
4 changes: 3 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@ Compatibility Notes
+------------------+---------------+
| Teak | >= 12.0.0 |
+------------------+---------------+
| Ulmo | >= 12.2.0 |
| Ulmo | >= 12.2.0 |
+------------------+---------------+
| Verawood | >= 12.4.0 |
+------------------+---------------+

The plugin is configured for the latest release (Teak). The following changes in the plugin settings should be applied in order to be used for previous releases.
Expand Down
2 changes: 1 addition & 1 deletion eox_core/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""
Init for main eox-core app
"""
__version__ = '12.3.1'
__version__ = '12.4.0'
26 changes: 0 additions & 26 deletions fixtures/initial_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,32 +59,6 @@
"name": "edX"
}
},
{
"model": "organizations.organization",
"pk": 3,
"fields": {
"created": "2024-09-11T17:15:30.708Z",
"modified": "2024-09-11T17:15:30.708Z",
"name": "OpenedX",
"short_name": "openedx",
"description": null,
"logo": "",
"active": true
}
},
{
"model": "organizations.organization",
"pk": 4,
"fields": {
"created": "2024-09-11T17:15:35.694Z",
"modified": "2024-09-11T17:15:35.694Z",
"name": "edX",
"short_name": "edx",
"description": null,
"logo": "",
"active": true
}
},
{
"model": "eox_tenant.tenantconfig",
"pk": 1,
Expand Down
91 changes: 47 additions & 44 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,25 @@ amqp==5.3.1
# via kombu
appdirs==1.4.4
# via fs
asgiref==3.10.0
asgiref==3.11.1
# via django
attrs==25.4.0
attrs==26.1.0
# via openedx-events
billiard==4.2.2
billiard==4.2.4
# via celery
celery==5.5.3
celery==5.6.3
# via
# -r requirements/base.in
# event-tracking
certifi==2025.10.5
certifi==2026.6.17
# via requests
cffi==2.0.0
# via
# cryptography
# pynacl
charset-normalizer==3.4.3
charset-normalizer==3.4.7
# via requests
click==8.3.0
click==8.4.2
# via
# -r requirements/base.in
# celery
Expand All @@ -41,17 +41,18 @@ click-plugins==1.1.1.2
# via celery
click-repl==0.3.0
# via celery
code-annotations==2.3.0
code-annotations==2.3.2
# via edx-toggles
cryptography==46.0.2
cryptography==49.0.0
# via
# jwcrypto
# pyjwt
# social-auth-core
defusedxml==0.7.1
# via
# python3-openid
# social-auth-core
django==5.2.7
django==5.2.15
# via
# -c requirements/constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -94,7 +95,7 @@ django-oauth-toolkit==1.7.1
# -r requirements/base.in
django-oauth2-provider==0.2.6.1
# via -r requirements/base.in
django-simple-history==3.10.1
django-simple-history==3.12.0
# via edx-proctoring
django-waffle==5.0.0
# via
Expand All @@ -103,9 +104,9 @@ django-waffle==5.0.0
# edx-drf-extensions
# edx-proctoring
# edx-toggles
django-webpack-loader==3.2.1
django-webpack-loader==3.2.4
# via edx-proctoring
djangorestframework==3.16.1
djangorestframework==3.17.1
# via
# -r requirements/base.in
# drf-jwt
Expand All @@ -117,9 +118,9 @@ dnspython==2.8.0
# via pymongo
drf-jwt==1.19.2
# via edx-drf-extensions
drf-yasg==1.21.11
drf-yasg==1.21.15
# via edx-api-doc-tools
edx-api-doc-tools==2.1.0
edx-api-doc-tools==3.0.0
# via -r requirements/base.in
edx-ccx-keys==2.0.2
# via openedx-events
Expand All @@ -136,7 +137,7 @@ edx-drf-extensions==10.6.0
# -r requirements/base.in
# edx-proctoring
# edx-when
edx-opaque-keys[django]==3.0.0
edx-opaque-keys[django]==4.0.0
# via
# edx-ccx-keys
# edx-drf-extensions
Expand All @@ -145,33 +146,33 @@ edx-opaque-keys[django]==3.0.0
# openedx-events
edx-proctoring==5.2.0
# via -r requirements/base.in
edx-rest-api-client==6.2.0
edx-rest-api-client==7.0.0
# via edx-proctoring
edx-toggles==5.4.1
edx-toggles==6.0.0
# via event-tracking
edx-when==3.0.0
edx-when==4.0.0
# via edx-proctoring
event-tracking==3.3.0
event-tracking==4.0.2
# via edx-proctoring
fastavro==1.12.1
fastavro==1.12.2
# via openedx-events
fs==2.4.16
# via xblock
idna==3.11
idna==3.18
# via requests
inflection==0.5.1
# via drf-yasg
jinja2==3.1.6
# via code-annotations
jsonfield==3.2.0
# via edx-proctoring
jwcrypto==1.5.6
jwcrypto==1.5.8
# via django-oauth-toolkit
kombu==5.5.4
kombu==5.6.2
# via celery
lxml==6.0.2
lxml==6.1.1
# via xblock
mako==1.3.10
mako==1.3.12
# via xblock
markupsafe==3.0.3
# via
Expand All @@ -187,30 +188,30 @@ openedx-events==10.5.0
# via
# -r requirements/base.in
# event-tracking
packaging==25.0
packaging==26.2
# via
# drf-yasg
# kombu
prompt-toolkit==3.0.52
# via click-repl
psutil==7.1.0
psutil==7.2.2
# via edx-django-utils
pycparser==2.23
pycparser==3.0
# via cffi
pycryptodomex==3.23.0
# via edx-proctoring
pyjwt[crypto]==2.10.1
pyjwt[crypto]==2.13.0
# via
# drf-jwt
# edx-drf-extensions
# edx-proctoring
# edx-rest-api-client
# social-auth-core
pymongo==4.15.3
pymongo==4.17.0
# via
# edx-opaque-keys
# event-tracking
pynacl==1.6.0
pynacl==1.6.2
# via edx-django-utils
python-dateutil==2.9.0.post0
# via
Expand All @@ -223,7 +224,7 @@ python-slugify==8.0.4
# via code-annotations
python3-openid==3.2.0
# via social-auth-core
pytz==2025.2
pytz==2026.2
# via
# drf-yasg
# edx-proctoring
Expand All @@ -234,7 +235,7 @@ pyyaml==6.0.3
# code-annotations
# drf-yasg
# xblock
requests==2.32.5
requests==2.34.2
# via
# django-oauth-toolkit
# edx-drf-extensions
Expand All @@ -249,7 +250,7 @@ semantic-version==2.10.0
# via edx-drf-extensions
shortuuid==1.0.13
# via django-oauth2-provider
simplejson==3.20.2
simplejson==4.1.1
# via xblock
six==1.17.0
# via
Expand All @@ -258,11 +259,11 @@ six==1.17.0
# event-tracking
# fs
# python-dateutil
social-auth-core==4.8.1
social-auth-core==5.0.1
# via -r requirements/base.in
sqlparse==0.5.3
sqlparse==0.5.5
# via django
stevedore==5.5.0
stevedore==5.8.0
# via
# code-annotations
# edx-django-utils
Expand All @@ -273,24 +274,26 @@ typing-extensions==4.15.0
# via
# edx-opaque-keys
# jwcrypto
tzdata==2025.2
tzdata==2026.2
# via kombu
tzlocal==5.4.3
# via celery
uritemplate==4.2.0
# via drf-yasg
urllib3==2.5.0
urllib3==2.7.0
# via requests
vine==5.1.0
# via
# amqp
# celery
# kombu
wcwidth==0.2.14
wcwidth==0.8.1
# via prompt-toolkit
web-fragments==3.1.0
web-fragments==4.0.0
# via xblock
webob==1.8.9
webob==1.8.10
# via xblock
xblock==5.2.0
xblock==6.1.0
# via edx-when

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/django52.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
django==5.2.7
django==5.2.15
14 changes: 8 additions & 6 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,21 @@
#
# make upgrade
#
build==1.3.0
build==1.5.0
# via pip-tools
click==8.3.0
click==8.4.2
# via pip-tools
packaging==25.0
# via build
pip-tools==7.5.1
packaging==26.2
# via
# build
# wheel
pip-tools==7.5.3
# via -r requirements/pip-tools.in
pyproject-hooks==1.2.0
# via
# build
# pip-tools
wheel==0.45.1
wheel==0.47.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
Loading
Loading