Skip to content

Commit

Permalink
fix: add constraint on edx-django-utils (#2611)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxFrank13 authored Oct 22, 2024
1 parent f0d26ed commit 40de6cc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,9 @@ backports.zoneinfo;python_version<"3.9" # Newer versions have zoneinfo availabl
# Release notes: https://pypi.org/project/lxml/5.2.0/
# Github issue: https://github.com/openedx/i18n-tools/issues/144
lxml<5.2

# Pinning edx-django-utils to <6
# v6 drops support for python versions <3.12
# Changelog: https://github.com/openedx/edx-django-utils/blob/master/CHANGELOG.rst#600---2024-10-09
# Github issue: https://github.com/openedx/credentials/issues/2569
edx-django-utils<6

0 comments on commit 40de6cc

Please sign in to comment.