Skip to content

chore(deps): update datasets requirement from >=2.0 to >=4.8.4#27

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/datasets-gte-4.8.4
Open

chore(deps): update datasets requirement from >=2.0 to >=4.8.4#27
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/datasets-gte-4.8.4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 11, 2026

Updates the requirements on datasets to permit the latest version.

Release notes

Sourced from datasets's releases.

4.8.4

What's Changed

Full Changelog: huggingface/datasets@4.8.3...4.8.4

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [datasets](https://github.com/huggingface/datasets) to permit the latest version.
- [Release notes](https://github.com/huggingface/datasets/releases)
- [Commits](huggingface/datasets@2.0.0...4.8.4)

---
updated-dependencies:
- dependency-name: datasets
  dependency-version: 4.8.4
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 11, 2026
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented Apr 11, 2026

Greptile Summary

This Dependabot PR raises the minimum required version of the datasets library from >=2.0 to >=4.8.4, incorporating two years of upstream releases including bug fixes for JSON loading and torchvision compatibility. The codebase uses only Dataset.from_list() (in src/hippofloop/training/trainer.py), a stable API that is unaffected by the version jump.

Confidence Score: 5/5

Safe to merge — minimal dependency footprint and no breaking API usage.

The only usage of datasets in this codebase is Dataset.from_list(), a stable, long-lived API. No breaking changes affect this call site across the bumped version range. No other issues were found.

No files require special attention.

Important Files Changed

Filename Overview
pyproject.toml Bumps the datasets minimum version requirement from >=2.0 to >=4.8.4; codebase only uses the stable Dataset.from_list() API, which is unaffected by the jump.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[pyproject.toml] -->|datasets>=4.8.4| B[datasets library]
    B --> C[Dataset.from_list]
    C --> D[UnslothTrainer.train\nsrc/hippofloop/training/trainer.py]
    D --> E[SFTTrainer\ntrl]
Loading

Reviews (1): Last reviewed commit: "chore(deps): update datasets requirement..." | Re-trigger Greptile

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

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants