Skip to content

fix: pin setuptools in constraints#529

Merged
bseverino merged 2 commits intomainfrom
bseverino/pin-setuptools
Mar 20, 2026
Merged

fix: pin setuptools in constraints#529
bseverino merged 2 commits intomainfrom
bseverino/pin-setuptools

Conversation

@bseverino
Copy link
Member

@bseverino bseverino commented Mar 20, 2026

Add setuptools constraint for all requirements files (breaking change in v82, see https://setuptools.pypa.io/en/latest/history.html#v82-0-0)

Merge checklist:
Check off if complete or not applicable:

  • Documentation updated (not only docstrings)
  • Fixup commits are squashed away
  • Unit tests added/updated
  • Manual testing instructions provided
  • Noted any: Concerns, dependencies, migration issues, deadlines, tickets

Post-merge:

@bseverino bseverino requested a review from a team as a code owner March 20, 2026 17:17
Copilot AI review requested due to automatic review settings March 20, 2026 17:17
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Pins setuptools below v82 in the repo’s pip constraints to avoid a known upstream breaking change during dependency installation/build workflows that consume requirements/constraints.txt.

Changes:

  • Add setuptools<82 to requirements/constraints.txt with a link to the setuptools v82.0.0 release notes.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@github-actions
Copy link

Coverage report

This PR does not seem to contain any modification to coverable code.

@bseverino bseverino force-pushed the bseverino/pin-setuptools branch from 166fea5 to 6ce1f37 Compare March 20, 2026 18:25
Copilot AI review requested due to automatic review settings March 20, 2026 18:26
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@bseverino bseverino merged commit 680dfb6 into main Mar 20, 2026
12 checks passed
@bseverino bseverino deleted the bseverino/pin-setuptools branch March 20, 2026 19:15
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