Build(deps-dev): bump the python group across 1 directory with 6 updates - #100
Open
dependabot[bot] wants to merge 1 commit into
Open
Build(deps-dev): bump the python group across 1 directory with 6 updates#100dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Updates the requirements on [datasets](https://github.com/huggingface/datasets), [transformers](https://github.com/huggingface/transformers), [trl](https://github.com/huggingface/trl), [bitsandbytes](https://github.com/bitsandbytes-foundation/bitsandbytes), [setuptools](https://github.com/pypa/setuptools) and [setuptools-scm](https://github.com/pypa/setuptools-scm) to permit the latest version. Updates `datasets` to 5.0.0 - [Release notes](https://github.com/huggingface/datasets/releases) - [Commits](huggingface/datasets@3.4.1...5.0.0) Updates `transformers` to 5.14.1 - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](huggingface/transformers@v4.51.3...v5.14.1) Updates `trl` to 1.8.0 - [Release notes](https://github.com/huggingface/trl/releases) - [Changelog](https://github.com/huggingface/trl/blob/main/RELEASE.md) - [Commits](huggingface/trl@v0.18.2...v1.8.0) Updates `bitsandbytes` from 0.45.5 to 0.49.2 - [Release notes](https://github.com/bitsandbytes-foundation/bitsandbytes/releases) - [Changelog](https://github.com/bitsandbytes-foundation/bitsandbytes/blob/main/CHANGELOG.md) - [Commits](bitsandbytes-foundation/bitsandbytes@0.45.5...0.49.2) Updates `setuptools` from 80.9.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@v80.9.0...v83.0.0) Updates `setuptools-scm` from 9.2.0 to 10.2.0 - [Release notes](https://github.com/pypa/setuptools-scm/releases) - [Changelog](https://github.com/pypa/setuptools-scm/blob/main/RELEASE_SYSTEM.md) - [Commits](pypa/setuptools-scm@v9.2.0...setuptools-scm-v10.2.0) --- updated-dependencies: - dependency-name: bitsandbytes dependency-version: 0.49.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python - dependency-name: datasets dependency-version: 5.0.0 dependency-type: direct:development dependency-group: python - dependency-name: setuptools dependency-version: 82.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: python - dependency-name: setuptools-scm dependency-version: 10.1.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: python - dependency-name: transformers dependency-version: 5.12.1 dependency-type: direct:development dependency-group: python - dependency-name: trl dependency-version: 1.6.0 dependency-type: direct:development dependency-group: python ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/pip/python-a6144ce255
branch
from
July 28, 2026 00:41
88013f0 to
ce706ee
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the requirements on datasets, transformers, trl, bitsandbytes, setuptools and setuptools-scm to permit the latest version.
Updates
datasetsto 5.0.0Release notes
Sourced from datasets's releases.
... (truncated)
Commits
68ac1a9Release: 5.0.0 (#8239)cfe4492Support composed splits in streaming datasets (#8220)fd67320Keep None as a real null in Json() columns instead of the string "null" (#8231)10cdc81Fix iterable skip over full Arrow blocks (#8236)b7c064dParse agent traces messages for SFT usingteich(#8232)31e92f1fix: embed_external_files=True for mesh support (#8224)d168d5ffeat: add TsFile (Apache IoTDB) packaged builder with per-device wide format ...992f3cffix(map): fix progress bar exceeding total when load_from_cache_file=False (#...8474a91Fix single lance file form pylance 7.0 (#8225)d4284e9feat: add 3D mesh support and MeshFolder builder (#8055)Updates
transformersto 5.14.1Release notes
Sourced from transformers's releases.
Commits
a08ace4Release: v4.14.11ccf4f1Fix deepgemm on multiple devices (#47323)c98cc10[FP8] Bump kernels version (#47344)e035e45Fix assisted decoding for models with EncoderDecoder cache & OlmoHybrid (#47361)0eb5e03Fix sdpa prefill with position_bias (#47359)2fa8c19v5.14.06c9318efix feature extraction8f23330Small improvement (#47348)76613e6Add Inkling model (#47347)f5a67a4🚨 Pass tp_plan from lm_heads (#47253)Updates
trlto 1.8.0Release notes
Sourced from trl's releases.
... (truncated)
Commits
95809b9Release: v1.8 (#6346)2ee37b8Docs: treat KTO as a stable trainer (#6345)bae8238Fix incorrect examples in distillation docs (#6334)00d6209Neuron-friendlychunked_nllvia static-shape token packing (#6314)9ffb54eFix chunked_nll patch hiding VLM kwargs from generate (#6156)ce39cbbRaise onquantization_config+ already-instantiated model inDPOTrainer/ ...70f95f3Document that max_steps is required for iterable train datasets (#6333)627a83eSupport DatasetDict and IterableDatasetDict as eval_dataset in trainers (#6322)8c75069Align KTO with DPO:quantization_configtrainer argument (#6276)cfef01aEnvironment-owned reward (#6238)Updates
bitsandbytesfrom 0.45.5 to 0.49.2Release notes
Sourced from bitsandbytes's releases.
... (truncated)
Commits
f0e6ca3Release 0.49.2cace65cFix AdEMAMix scheduler guard and add state_dict round-trip test (#1861)505a00aHandle non-contiguous tensors in quantize/dequantize ops (#1859)c2ae381[ROCm] Make blocksize=64 default for 4bit (#1873)943e42dSkip typo check on agent markdown filesb075afcupdate docs (#1857)de89ff7docs: Add PR review posting guide, agent reference docs, and lint fixesa2c92f7docs: Add human+agent issue triage workflow guide252e6ffdocs: Update issue patterns from 43 recently closed issues88c6c71style: Fix ruff format violation in test_linear4bit.pyUpdates
setuptoolsfrom 80.9.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.productUpdates
setuptools-scmfrom 9.2.0 to 10.2.0Release notes
Sourced from setuptools-scm's releases.
... (truncated)
Commits
a705891Merge pull request #1448 from pypa/release/main630448ePrepare release: setuptools-scm v10.2.0, vcs-versioning v2.2.0aaf4950Merge pull request #1445 from RonnyPfannschmidt/python-legacydd60bf9Merge pull request #1447 from RonnyPfannschmidt/fix/1446-move-pkginfo-tests535f5fffix: move PKG-INFO discovery tests to setuptools-scm (#1446)3546a0efeat: restore Python 3.8 and 3.9 support0cde123Merge pull request #1443 from pypa/release/main51bc391Prepare release: vcs-versioning v2.1.2310f3c3Merge pull request #1442 from RonnyPfannschmidt/fix/1439-metadata-workdir-cus...b7b70a8fix: don't re-parse stored tags through tag_regex in MetadataWorkdir (#1439)