Skip to content

Conversation

@UsamaSadiq
Copy link
Member

@UsamaSadiq UsamaSadiq commented May 21, 2021

Description

  • Remove click constraint from base.in file.
  • Bump the version to 1.1.2.

Reason

  • Requirements upgrade jobs in several packages are failing due to the base constraint of click<8.0 required in the code-annotations package.
  • code-annotations has constraint click<8.0 in base.in file which is being used in edx-lint latest version and edx-lint is in-turn being used in code-annotations. This makes it a circular dependency so we can't run make upgrade along with removing the constraint.
  • After merging this PR, the code-annotations version will be changed in edx-lint which will remove the effect of circular dependencies and hence will allow us to update the requirements.

Testing

@UsamaSadiq UsamaSadiq marked this pull request as ready for review May 21, 2021 07:23
@UsamaSadiq UsamaSadiq merged commit dc98f7d into master May 21, 2021
@UsamaSadiq UsamaSadiq deleted the usamasadiq/remove-click-constraint branch May 21, 2021 07:42
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