Bump setuptools from 81.0.0 to 83.0.0 in the uv group across 1 directory - #4
Bump setuptools from 81.0.0 to 83.0.0 in the uv group across 1 directory#4dependabot[bot] wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Want higher recall? High effort reviews run extra passes and find more bugs. A team admin can switch effort levels in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit e20e93f. Configure here.
| # setuptools<82 because featuretools -> woodwork imports pkg_resources at import | ||
| # time, and setuptools 82 removed it (81 still ships it). | ||
| rdblearn = ["tabpfn>=8", "fastdfs>=0.2.1", "setuptools<82"] | ||
| rdblearn = ["tabpfn>=8", "fastdfs>=0.2.1", "setuptools<84"] |
There was a problem hiding this comment.
Broken setuptools pin for pkg_resources
High Severity
Raising the setuptools upper bound from <82 to <84 (and locking 83.0.0) undoes the intentional pin that keeps pkg_resources available. fastdfs → featuretools → woodwork still imports pkg_resources at import time, and setuptools removed that module in 82 (still gone in 83). Installing the rdblearn, tabpfn-rel-api, or dev extras will fail when the DFS stack is imported.
Additional Locations (2)
Reviewed by Cursor Bugbot for commit e20e93f. Configure here.
fcbd318 to
8e669e3
Compare
Bumps the uv group with 1 update in the / directory: [setuptools](https://github.com/pypa/setuptools). Updates `setuptools` from 81.0.0 to 83.0.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v81.0.0...v83.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-version: 83.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
8e669e3 to
d1f82cb
Compare


Bumps the uv group with 1 update in the / directory: setuptools.
Updates
setuptoolsfrom 81.0.0 to 83.0.0Changelog
Sourced from setuptools's changelog.
... (truncated)
Commits
6519f72Bump version: 82.0.1 → 83.0.0d1151b1Merge pull request #5250 from pypa/feature/distutils-d7633fbeda2df31eCapture removal of dry_run parameter in changelog.00144dcMoved newsfragment to the release where it occurred.a4a5a2bAdd news fragment.77470c2Merge https://github.com/pypa/distutils into feature/distutils-d7633fbed3c43897Merge pull request #5247 from pypa/copilot/fix-pypy-version-issuebb6ea66Bump PyPy from 3.10 to 3.11 in CI workflowa2bc3acFix broken intersphinx reference to build's installation docs2d6a739Use stacked parametrize decorators instead of itertools.product