Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Django Version to v5 and Associated Dependencies #723

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

BPVentures-Developer
Copy link

Summary:

This PR updates the Django version from ^3.2 to ^5 and makes necessary adjustments to the project's configuration and dependencies. The upgrade brings the project up-to-date with the latest Django features, security improvements, and performance enhancements.

Files Affected:

  1. polaris/tests/helpers.py:

    • 2 changes: Minor changes made in the testing helper functions to accommodate the Django upgrade.
      • Adjustments made to the SEP-10 function to ensure compatibility with Django v5's request handling.
  2. pyproject.toml:

    • 5 changes:
      • Updated the Python version requirement from ^3.8 to ^3.10.
      • Upgraded Django dependency from ^3.2 to ^5.
      • Added pytz = "^2024.1" to the dependencies, ensuring timezone data is up-to-date.

Contributor:

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.

1 participant