Skip to content

Update setuptools and potato_util version constraints - #87

Merged
bybatkhuu merged 3 commits into
mainfrom
dev
Aug 18, 2026
Merged

Update setuptools and potato_util version constraints#87
bybatkhuu merged 3 commits into
mainfrom
dev

Conversation

@bybatkhuu

Copy link
Copy Markdown
Owner

This pull request updates the upper bound for the setuptools dependency from version 84.0.0 to 85.0.0 in both the pyproject.toml and requirements/requirements.build.txt files. This change ensures compatibility with newer versions of setuptools while maintaining the existing lower bound.

Dependency version updates:

  • Increased the upper bound for setuptools from <84.0.0 to <85.0.0 in pyproject.toml to allow building with newer versions.
  • Increased the upper bound for setuptools from <84.0.0 to <85.0.0 in requirements/requirements.build.txt for consistency across build requirements.

dependabot Bot and others added 3 commits August 11, 2026 19:43
Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v70.3.0...v84.0.0)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-version: 84.0.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
…te-70.3.0-and-lt-85.0.0

chore(deps): update setuptools requirement from <84.0.0,>=70.3.0 to >=70.3.0,<85.0.0
@bybatkhuu bybatkhuu self-assigned this Aug 18, 2026
Copilot AI lite review requested due to automatic review settings August 18, 2026 08:46
@bybatkhuu bybatkhuu added the patch [🐛 Fixes] PATCH version label Aug 18, 2026
@bybatkhuu
bybatkhuu merged commit b1cb808 into main Aug 18, 2026
1 check passed
@bybatkhuu bybatkhuu added the dependency [📌 Dependencies] label Aug 18, 2026

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR updates dependency version constraints to allow newer build tooling and a wider potato_util runtime range, affecting how the package is built and what versions can be installed by consumers.

Changes:

  • Bumped setuptools upper bound from <84.0.0 to <85.0.0 in build requirements (pyproject.toml and requirements/requirements.build.txt).
  • Relaxed potato_util upper bound from <1.0.0 to <2.0.0 in requirements.txt.

Reviewed changes

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

File Description
requirements/requirements.build.txt Expands allowed setuptools versions used for builds.
requirements.txt Broadens allowed potato_util major versions for runtime installs.
pyproject.toml Keeps build-system.requires aligned with updated setuptools build constraint.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependency [📌 Dependencies] patch [🐛 Fixes] PATCH version

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants