Skip to content

Conversation

@jignaciopm
Copy link
Contributor

🧩 Summary

This PR updates the project dependencies by running make upgrade, aligning them with the latest compatible versions under Python 3.12.
It also updates the Django version constraint to support Django 5.2 while maintaining compatibility with Python ≥3.11 (lower versions are no longer supported).

🛠️ Changes

  • Updated dependency constraints to:
    Django<6.0
    Python>=3.11,<3.12
  • Executed make upgrade using Python 3.12 to regenerate dependency lock files (requirements/*.txt).
  • Verified compatibility across all plugins within the eox-plugins project.

✅ Rationale

  • This upgrade ensures that the project:
  • Remains compatible with modern Python runtimes (3.11 and 3.12).
  • Adopts Django 5.2 improvements and security updates.
  • Aligns dependency versions across all eox-related plugins.
  • Deprecates support for Python versions older than 3.11.

🔍 Verification

  • Ran make test-python under Python 3.12 — all tests passing.
  • Confirmed plugin compatibility with Django 5.2.
  • Validated that no legacy dependencies required Python <3.11.

@jignaciopm jignaciopm requested a review from a team as a code owner October 14, 2025 16:43
@jignaciopm
Copy link
Contributor Author

I already checked, and all the workflows are updated to the last major version.

@Asespinel
Copy link
Contributor

I tested in my main env and the xblock is showing without any issues:

image

@jignaciopm jignaciopm merged commit bf27bf1 into master Oct 14, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants