# Version constraints for pip-installation.
#
# This file doesn't install any packages. It specifies version constraints
# that will be applied if a package is needed.
#
# When pinning something here, please provide an explanation of why.  Ideally,
# link to other information that will help people in the future to remove the
# pin when possible.  Writing an issue against the offending project and
# linking to it here is good.

# Common constraints for edx repos
-c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt

# Date: 2026-02-10
# setuptools >=80.9.0 has breaking tests. More details
# https://github.com/openedx/openedx-platform/pull/37991
# we will unpin setuptools once the issue is resolved and the tests are passing.
setuptools<=80.9.0