Skip to content

[Bugfix][CI] Fix CacheControl version constraint violation#15056

Merged
asparkhi merged 1 commit intoapache:mainfrom
Liam-Sturge:fix_cachecontrol_constraint_violation
Jun 8, 2023
Merged

[Bugfix][CI] Fix CacheControl version constraint violation#15056
asparkhi merged 1 commit intoapache:mainfrom
Liam-Sturge:fix_cachecontrol_constraint_violation

Conversation

@Liam-Sturge
Copy link
Copy Markdown
Contributor

A change introduced in the dependencies of Poetry have introduced a bug when building Docker containers and running ubuntu_install_python.sh.

The problem links back to CacheControl where one of the linked dependencies is not pinned to a version.

See bug raised for TVM here: #15039

A fix was released for this bug, documented here:
psf/cachecontrol#311

The suggested solution to the problem is to upgrade to v0.12.14, so this patch sets the version constraints accordingly.

cc @areusch @neildhickey @ashutosh-arm @tqchen @Mousius

A change introduced in the dependencies of Poetry have introduced a bug
when building Docker containers and running `ubuntu_install_python.sh`.

The problem links back to CacheControl where one of the linked
dependencies is not pinned to a version.

A fix was released for this bug, documented here:
  psf/cachecontrol#311

The suggested solution to the problem is to upgrade to v0.12.14, so this
patch sets the version constraints accordingly.
@tvm-bot
Copy link
Copy Markdown
Collaborator

tvm-bot commented Jun 7, 2023

Thanks for contributing to TVM! Please refer to the contributing guidelines https://tvm.apache.org/docs/contribute/ for useful information and tips. Please request code reviews from Reviewers by @-ing them in a comment.

Generated by tvm-bot

Copy link
Copy Markdown
Contributor

@neildhickey neildhickey left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Copy Markdown
Contributor

@asparkhi asparkhi left a comment

Choose a reason for hiding this comment

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

Thanks @Liam-Sturge 👍

@asparkhi asparkhi merged commit e6f0a15 into apache:main Jun 8, 2023
junrushao pushed a commit to junrushao/tvm that referenced this pull request Jun 22, 2023
)

Fix CacheControl version constraint violation

A change introduced in the dependencies of Poetry have introduced a bug
when building Docker containers and running `ubuntu_install_python.sh`.

The problem links back to CacheControl where one of the linked
dependencies is not pinned to a version.

A fix was released for this bug, documented here:
  psf/cachecontrol#311

The suggested solution to the problem is to upgrade to v0.12.14, so this
patch sets the version constraints accordingly.
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.

4 participants