Skip to content

Fix Pip and Pip tools versions - #547

Merged
jpherr merged 1 commit into
mainfrom
bugfix-pip-tools-version
Jul 30, 2026
Merged

Fix Pip and Pip tools versions#547
jpherr merged 1 commit into
mainfrom
bugfix-pip-tools-version

Conversation

@jpherr

@jpherr jpherr commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

What type of PR is this? (check all applicable)

  • Refactor
  • Feature
  • Bug Fix
  • Optimization
  • Documentation Update

Description

Pip 26.2 was released yesterday. This version removed private stdlib_pkgs symbol that pip-tools' sync command depends on, breaking our pipeline. This change fixes Pip and pip tools to the last known working versions. It does of course come with a maintenance burden; In future we can revert to using the latest stable version once this issue has been patched, or we no longer require the failing tools.

Changes:

  • Fix Pip and pip tools verion in Makefile

Related Tickets & Documents

No ticket

QA Instructions, Screenshots, Recordings

Screenshot 2026-07-30 at 09 37 51 Screenshot 2026-07-30 at 09 50 03 Screenshot 2026-07-30 at 09 50 33

Added/updated tests?

We encourage you to keep the code coverage percentage at 80% and above. Please refer to the Digital Land Testing Guidance for more information.

  • Yes
  • No, and this is why: Dependency update only
  • I need help with writing tests

[optional] Are there any post deployment tasks we need to perform?

[optional] Are there any dependencies on other PRs or Work?

Summary by CodeRabbit

Summary by CodeRabbit

  • Chores
    • Updated the development environment setup to install consistent, pinned versions of pip and pip-tools.
    • Combined pip and pip-tools installation into a single setup step for more reliable initialisation.

@coderabbitai

coderabbitai Bot commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: c07de962-62ae-4833-b953-af097ffa076c

📥 Commits

Reviewing files that changed from the base of the PR and between f5c68ba and ccf6645.

📒 Files selected for processing (1)
  • Makefile

Walkthrough

The Makefile init recipe now installs pinned versions of pip and pip-tools together, replacing separate unpinned commands.

Changes

Python bootstrap tooling

Layer / File(s) Summary
Pin bootstrap package versions
Makefile
The init recipe installs pip==26.1.2 and pip-tools==7.6.0 in one command.

Estimated code review effort: 1 (Trivial) | ~2 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly matches the main change: pinning pip and pip-tools versions in the Makefile.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch bugfix-pip-tools-version

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Comment thread Makefile
Context:
Pip 26.2 was released yesterday. This version removed private
stdlib_pkgs symbol that pip-tools' sync command depends on, breaking our
pipeline. This change fixes Pip and pip tools to the last known working
versions. It does of course come with a maintenance burden; In future we
can revert to using the latest stable version once this issue has been
patched, or we no longer require the failing tools.

Changes:
- Fix Pip and pip tools verion in Makefile
@jpherr
jpherr force-pushed the bugfix-pip-tools-version branch from f5c68ba to ccf6645 Compare July 30, 2026 10:33

@gibahjoe gibahjoe left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

@jpherr
jpherr merged commit e1b39f6 into main Jul 30, 2026
3 checks passed
@jpherr
jpherr deleted the bugfix-pip-tools-version branch July 30, 2026 11:25
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