Skip to content

Commit

Permalink
build: unpin django-stubs now that we're on django >=4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kdmccormick committed Dec 19, 2024
1 parent 85a5890 commit b391fb5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,6 @@ django-webpack-loader==0.7.0
# Adding pin to avoid any major upgrade
djangorestframework<3.15.0

# Date: 2023-07-19
# The version of django-stubs we can use depends on which Django release we're using
# 1.16.0 works with Django 3.2 through 4.1
# Issue for unpinning: https://github.com/openedx/edx-platform/issues/35275
django-stubs==1.16.0
djangorestframework-stubs==3.14.0 # Pinned to match django-stubs. Remove this when we can remove the above pin.

# Date: 2024-07-23
# django-storages==1.14.4 breaks course imports
# Two lines were added in 1.14.4 that make file_exists_in_storage function always return False,
Expand Down

1 comment on commit b391fb5

@kdmccormick
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This push was unintentional. I'll fix forward if I can, revert if not.

Please sign in to comment.