Bump the all-python-packages group across 1 directory with 23 updates#533
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
Bump the all-python-packages group across 1 directory with 23 updates#533dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the all-python-packages group with 18 updates in the / directory: | Package | From | To | | --- | --- | --- | | [accelerate](https://github.com/huggingface/accelerate) | `1.10.1` | `1.12.0` | | [datasets](https://github.com/huggingface/datasets) | `4.2.0` | `4.5.0` | | [flwr](https://github.com/adap/flower) | `1.22.0` | `1.26.1` | | [pyarrow](https://github.com/apache/arrow) | `21.0.0` | `23.0.1` | | [pydantic](https://github.com/pydantic/pydantic) | `2.12.0` | `2.12.5` | | [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.11.0` | `2.13.1` | | [torch](https://github.com/pytorch/pytorch) | `2.8.0` | `2.10.0` | | [peft](https://github.com/huggingface/peft) | `0.17.1` | `0.18.1` | | [transformers](https://github.com/huggingface/transformers) | `4.56.2` | `5.2.0` | | [grpcio](https://github.com/grpc/grpc) | `1.75.1` | `1.78.1` | | [llama-index-core](https://github.com/run-llama/llama_index) | `0.14.4` | `0.14.15` | | [langchain-core](https://github.com/langchain-ai/langchain) | `0.3.79` | `1.2.14` | | [isort](https://github.com/PyCQA/isort) | `7.0.0` | `8.0.0` | | [mypy](https://github.com/python/mypy) | `1.18.2` | `1.19.1` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `4.3.0` | `4.5.1` | | [pytest](https://github.com/pytest-dev/pytest) | `8.4.2` | `9.0.2` | | [ruff](https://github.com/astral-sh/ruff) | `0.14.0` | `0.15.2` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.6.21` | `9.7.2` | Updates `accelerate` from 1.10.1 to 1.12.0 - [Release notes](https://github.com/huggingface/accelerate/releases) - [Commits](huggingface/accelerate@v1.10.1...v1.12.0) Updates `datasets` from 4.2.0 to 4.5.0 - [Release notes](https://github.com/huggingface/datasets/releases) - [Commits](huggingface/datasets@4.2.0...4.5.0) Updates `flwr` from 1.22.0 to 1.26.1 - [Release notes](https://github.com/adap/flower/releases) - [Changelog](https://github.com/adap/flower/blob/main/CHANGELOG.md) - [Commits](adap/flower@v1.22.0...v1.26.1) Updates `pyarrow` from 21.0.0 to 23.0.1 - [Release notes](https://github.com/apache/arrow/releases) - [Commits](apache/arrow@apache-arrow-21.0.0...apache-arrow-23.0.1) Updates `pydantic` from 2.12.0 to 2.12.5 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.12.0...v2.12.5) Updates `pydantic-settings` from 2.11.0 to 2.13.1 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](pydantic/pydantic-settings@v2.11.0...v2.13.1) Updates `torch` from 2.8.0 to 2.10.0 - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](pytorch/pytorch@v2.8.0...v2.10.0) Updates `torchvision` from 0.23.0 to 0.25.0 - [Release notes](https://github.com/pytorch/vision/releases) - [Commits](pytorch/vision@0.23.0...v0.25.0) Updates `peft` from 0.17.1 to 0.18.1 - [Release notes](https://github.com/huggingface/peft/releases) - [Commits](huggingface/peft@v0.17.1...v0.18.1) Updates `transformers` from 4.56.2 to 5.2.0 - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](huggingface/transformers@v4.56.2...v5.2.0) Updates `sentence-transformers` from 5.1.1 to 5.2.3 - [Release notes](https://github.com/huggingface/sentence-transformers/releases) - [Commits](huggingface/sentence-transformers@v5.1.1...v5.2.3) Updates `grpcio` from 1.75.1 to 1.78.1 - [Release notes](https://github.com/grpc/grpc/releases) - [Commits](grpc/grpc@v1.75.1...v1.78.1) Updates `llama-index-core` from 0.14.4 to 0.14.15 - [Release notes](https://github.com/run-llama/llama_index/releases) - [Changelog](https://github.com/run-llama/llama_index/blob/main/CHANGELOG.md) - [Commits](run-llama/llama_index@v0.14.4...v0.14.15) Updates `langchain-core` from 0.3.79 to 1.2.14 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](langchain-ai/langchain@langchain-core==0.3.79...langchain-core==1.2.14) Updates `unsloth` from 2025.10.1 to 2025.9.5 - [Release notes](https://github.com/unslothai/unsloth/releases) - [Commits](https://github.com/unslothai/unsloth/commits) Updates `isort` from 7.0.0 to 8.0.0 - [Release notes](https://github.com/PyCQA/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](PyCQA/isort@7.0.0...8.0.0) Updates `mypy` from 1.18.2 to 1.19.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.18.2...v1.19.1) Updates `pre-commit` from 4.3.0 to 4.5.1 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v4.3.0...v4.5.1) Updates `pylint` from 4.0.0 to 4.0.5 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v4.0.0...v4.0.5) Updates `pytest` from 8.4.2 to 9.0.2 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.4.2...9.0.2) Updates `pytest-asyncio` from 1.2.0 to 1.3.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v1.2.0...v1.3.0) Updates `ruff` from 0.14.0 to 0.15.2 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.14.0...0.15.2) Updates `mkdocs-material` from 9.6.21 to 9.7.2 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.6.21...9.7.2) --- updated-dependencies: - dependency-name: accelerate dependency-version: 1.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-python-packages - dependency-name: datasets dependency-version: 4.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-python-packages - dependency-name: flwr dependency-version: 1.26.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-python-packages - dependency-name: pyarrow dependency-version: 23.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-python-packages - dependency-name: pydantic dependency-version: 2.12.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-python-packages - dependency-name: pydantic-settings dependency-version: 2.13.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-python-packages - dependency-name: torch dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-python-packages - dependency-name: torchvision dependency-version: 0.25.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-python-packages - dependency-name: peft dependency-version: 0.18.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-python-packages - dependency-name: transformers dependency-version: 5.2.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-python-packages - dependency-name: sentence-transformers dependency-version: 5.2.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-python-packages - dependency-name: grpcio dependency-version: 1.78.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-python-packages - dependency-name: llama-index-core dependency-version: 0.14.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-python-packages - dependency-name: langchain-core dependency-version: 1.2.14 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-python-packages - dependency-name: unsloth dependency-version: 2025.9.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-python-packages - dependency-name: isort dependency-version: 8.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-python-packages - dependency-name: mypy dependency-version: 1.19.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-python-packages - dependency-name: pre-commit dependency-version: 4.5.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-python-packages - dependency-name: pylint dependency-version: 4.0.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-python-packages - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-python-packages - dependency-name: pytest-asyncio dependency-version: 1.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-python-packages - dependency-name: ruff dependency-version: 0.15.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-python-packages - dependency-name: mkdocs-material dependency-version: 9.7.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-python-packages ... Signed-off-by: dependabot[bot] <support@github.com>
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.
Bumps the all-python-packages group with 18 updates in the / directory:
1.10.11.12.04.2.04.5.01.22.01.26.121.0.023.0.12.12.02.12.52.11.02.13.12.8.02.10.00.17.10.18.14.56.25.2.01.75.11.78.10.14.40.14.150.3.791.2.147.0.08.0.01.18.21.19.14.3.04.5.18.4.29.0.20.14.00.15.29.6.219.7.2Updates
acceleratefrom 1.10.1 to 1.12.0Release notes
Sourced from accelerate's releases.
... (truncated)
Commits
61ff833Release: v1.12.0e3655b9device type helper (#3843)c7e59ddDeepspeed Ulysses/ALST integration (#3817)e8f241fuse self hosted runner (#3841)00b1b18[Bug] Update torch.optim.Optimizer parameter states after tensor parallelism ...a73fd3aFix typo in broadcast_object_list docstring (#3823)a08fb32Change arxiv to hf papers (#3834)61bcdaaupdate bnb quantisation 4bit flag (#3828)a12beeeRemove warning forcpu_ram_efficient_loading(#3816)0a0c989v1.12.0devUpdates
datasetsfrom 4.2.0 to 4.5.0Release notes
Sourced from datasets's releases.
... (truncated)
Commits
69d773aRelease: 4.5.0 (#7944)dc98f97Add _generate_shards (#7943)38d28bfadd _OverridableIOWrapper (#7942)7431153Fix method to retrieve attributes from file object (#7938)6a1bc35fix low but large example indexerror (#7912)7bdf840Raise early for invalidrevisioninload_dataset(#7929)06b6e02Add lance format support (#7913)0feb65dset dev version (#7908)37d9615release: 4.4.2 (#7907)58dda42Don't save original_shard_lengths by default for backward compat (#7906)Updates
flwrfrom 1.22.0 to 1.26.1Release notes
Sourced from flwr's releases.
... (truncated)
Commits
18f6f47feat(framework): Update changelog forv1.26.1(#6539)ff86cbbrefactor(*:skip): Bump dev versions to1.26.1(#6538)c1d047afix(framework): Fix passing backend config to Simulation Engine (#6536)abeab79refactor(examples): Removeapp-pytorchexample (#6534)e689cedrefactor(examples): Removetoml-federationsfrom examples (#6501)3dc0067docs(framework): Update Helm parameters for 1.26.0 (#6530)48d8668refactor(framework): Reduce dependency onGrpcClientProxy(#6526)de40f8frefactor(framework): Use versioned doc links in changelog (#6531)cc63cfbci(framework): Fix auto translation PR generation (#6529)68015e6Update text and language files (#6528)Updates
pyarrowfrom 21.0.0 to 23.0.1Release notes
Sourced from pyarrow's releases.
Commits
82a374eMINOR: [Release] Update versions for 23.0.1c1ae37cMINOR: [Release] Update .deb/.rpm changelogs for 23.0.18f6e557MINOR: [Release] Update CHANGELOG.md for 23.0.14e16a1aGH-49159: [C++][Gandiva] Detect overflow in repeat() (#49160)985621dGH-48817 [R][C++] Bump C++20 in R build infrastructure (#48819)1bea06aGH-49024: [CI] Update Debian version in.env(#49032)147bcd6GH-49156: [Python] Require GIL for string comparison (#49161)e4f922bGH-49138: [Packaging][Python] Remove nightly cython install from manylinux wh...f9376e4GH-49003: [C++] Don't considerout_of_rangean error in float parsing (#49095)ab2c0adGH-49044: [CI][Python] Fix test_download_tzdata_on_windows by adding required...Updates
pydanticfrom 2.12.0 to 2.12.5Release notes
Sourced from pydantic's releases.
... (truncated)
Changelog
Sourced from pydantic's changelog.
... (truncated)
Commits
bd2d0ddPrepare release v2.12.57d0302eDocument security implications when usingcreate_model()e9ef980Fix typo in Standard Library Types documentationf2c20c0Addpydantic-docsdev dependency, make use of versioning blocksa76c1aaUpdate documentation about JSON Schema8cbc72cAdd documentation about custom__init__()99eba59Add additional test forFieldInfo.get_default()c710769Special caseMISSINGsentinel insmart_deepcopy()20a9d77Do not delete mock validator/serializer inrebuild_dataclass()c86515aUpdate parts of the model andrevalidate_instancesdocumentationUpdates
pydantic-settingsfrom 2.11.0 to 2.13.1Release notes
Sourced from pydantic-settings's releases.
... (truncated)
Commits
e87d12dv2.13.1 (#790)acf8c14Fix JSON decoding for parameterized PEP 695 type aliases (#780)58b236aFix AttributeError with nested env vars for dict fields (#785) (#786)4933f06Fix CLI parsing error for set field types since 2.13.0 (#787) (#788)bd0ebe6Fix RecursionError with self-referential models in CliApp (#783)eb7840eFix regression for bool fields since 2.13.0 (#784)198e71cPrepare release 2.13.0 (#777)de71e84Add nested path support for yaml_config_section (fixes #772) (#773)0f8f951CLI Union Discriminator Choices in Help (#764)ce9804cCLI coerce numeric types. (#769)Updates
torchfrom 2.8.0 to 2.10.0Release notes
Sourced from torch's releases.
... (truncated)
Commits
449b176Add Joe Spisak to Core maintainers list (#172585)f6e6c0a[Graph Partition] Improve support for mutation ops (#172577)99cb424Revert "[CI] Add IoU-based accuracy checking for inductor tests segmentation ...1f74c10[CI] Add IoU-based accuracy checking for inductor tests segmentation models (...e43b5bfBump fbgemm and torchrec pinned commit (