Skip to content

fix: upgraded the pinned pip version to 24.0 to sync with latest packages#285

Merged
Akanshu-2u merged 2 commits intomasterfrom
aaich/fix_pip_version
Oct 29, 2025
Merged

fix: upgraded the pinned pip version to 24.0 to sync with latest packages#285
Akanshu-2u merged 2 commits intomasterfrom
aaich/fix_pip_version

Conversation

@Akanshu-2u
Copy link
Copy Markdown
Contributor

Description:

Sandbox builds were failing with the following error:

AttributeError: 'InstallRequirement' object has no attribute 'use_pep517'
make: *** [Makefile:35: production-requirements] Error 1

This occurred because the upgraded pip-tools version was incompatible with the pinned pip==21.2.1, leading to missing attribute references introduced in newer pip versions.

Solution:

Updated the pinned pip version to 24.0, which is compatible with the current pip-tools release. This aligns with the recommendation to use a version <24.1, ensuring compatibility and successful sandbox builds.

@ktyagiapphelix2u ktyagiapphelix2u self-requested a review October 28, 2025 17:30
@Akanshu-2u Akanshu-2u merged commit 5c8f311 into master Oct 29, 2025
3 checks passed
@Akanshu-2u Akanshu-2u deleted the aaich/fix_pip_version branch October 29, 2025 01:54
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.

2 participants