Bump the dependencies group across 1 directory with 10 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 1
(about 1 year ago)
(about 1 year ago)
dependencies python
Bumps the dependencies group with 10 updates in the / directory:
| Package | From | To |
|---|---|---|
| typer | 0.15.3 |
0.15.4 |
| pydantic | 2.11.4 |
2.11.5 |
| numpy | 2.2.5 |
2.2.6 |
| ruff | 0.11.7 |
0.11.11 |
| types-tqdm | 4.67.0.20250417 |
4.67.0.20250516 |
| types-requests | 2.32.0.20250328 |
2.32.0.20250515 |
| pyarrow-stubs | 19.2 |
19.4 |
| tox | 4.25.0 |
4.26.0 |
| datasets | 3.5.1 |
3.6.0 |
| transformers | 4.51.3 |
4.52.3 |
Updates typer from 0.15.3 to 0.15.4
Release notes
Sourced from typer's releases.
0.15.4
Upgrades
- 📌 Pin Click to = 8.2 will be added in a future version. PR #1225 by
@​tiangolo.
Changelog
Sourced from typer's changelog.
0.15.4
Upgrades
- 📌 Pin Click to = 8.2 will be added in a future version. PR #1225 by
@​tiangolo.
Commits
38cbb1f🔖 Release version 0.15.4e46db8f📝 Update release notes589c045📌 Pin Click to < 8.2, compatibility for Click >= 8.2 will be added in a futur...- See full diff in compare view
Updates pydantic from 2.11.4 to 2.11.5
Release notes
Sourced from pydantic's releases.
v2.11.5 2025-05-22
What's Changed
Fixes
- Check if
FieldInfois complete after applying type variable map by@​Viicosin #11855- Do not delete mock validator/serializer in
model_rebuild()by@​Viicosin #11890- Do not duplicate metadata on model rebuild by
@​Viicosin #11902Full Changelog: https://github.com/pydantic/pydantic/compare/v2.11.4...v2.11.5
Changelog
Sourced from pydantic's changelog.
v2.11.5 (2025-05-22)
What's Changed
Fixes
- Check if
FieldInfois complete after applying type variable map by@​Viicosin #11855- Do not delete mock validator/serializer in
model_rebuild()by@​Viicosin #11890- Do not duplicate metadata on model rebuild by
@​Viicosin #11902
Commits
5e6d1dcPrepare release v2.11.51b63218Do not duplicate metadata on model rebuild (#11902)5aefad8Do not delete mock validator/serializer inmodel_rebuild()8fbe658Check ifFieldInfois complete after applying type variable map12b371aUpdate documentation about@dataclass_transformsupport3a6aef4Fix missing link in documentation0506b9cFix light/dark mode documentation toggle58078c8Fix typo in documentation- See full diff in compare view
Updates numpy from 2.2.5 to 2.2.6
Release notes
Sourced from numpy's releases.
v2.2.6 (May 17, 2025)
NumPy 2.2.6 Release Notes
NumPy 2.2.6 is a patch release that fixes bugs found after the 2.2.5 release. It is a mix of typing fixes/improvements as well as the normal bug fixes and some CI maintenance.
This release supports Python versions 3.10-3.13.
Contributors
A total of 8 people contributed to this release. People with a "+" by their names contributed a patch for the first time.
- Charles Harris
- Ilhan Polat
- Joren Hammudoglu
- Marco Gorelli +
- Matti Picus
- Nathan Goldbaum
- Peter Hawkins
- Sayed Adel
Pull requests merged
A total of 11 pull requests were merged for this release.
- #28778: MAINT: Prepare 2.2.x for further development
- #28851: BLD: Update vendor-meson to fix module_feature conflicts arguments...
- #28852: BUG: fix heap buffer overflow in np.strings.find
- #28853: TYP: fix
NDArray[floating] + floatreturn type- #28864: BUG: fix stringdtype singleton thread safety
- #28865: MAINT: use OpenBLAS 0.3.29
- #28889: MAINT: from_dlpack thread safety fixes
- #28913: TYP: Fix non-existent
CanIndexannotation inndarray.setfield- #28915: MAINT: Avoid dereferencing/strict aliasing warnings
- #28916: BUG: Fix missing check for PyErr_Occurred() in _pyarray_correlate.
- #28966: TYP: reject complex scalar types in ndarray.__ifloordiv__
Checksums
MD5
259343f056061f6eadb2f4b8999d06d4 numpy-2.2.6-cp310-cp310-macosx_10_9_x86_64.whl 16fa85488e149489ce7ee044d7b0d307 numpy-2.2.6-cp310-cp310-macosx_11_0_arm64.whl f01b7aea9d2b76b1eeb49766e615d689 numpy-2.2.6-cp310-cp310-macosx_14_0_arm64.whl f2ddc2b22517f6e31caa1372b12c2499 numpy-2.2.6-cp310-cp310-macosx_14_0_x86_64.whl 52190e22869884f0870eb3df7a283ca9 numpy-2.2.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl 8f382b9ca6770db600edd5ea2447a925 numpy-2.2.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl e604aae2ef6e01fb92ecc39aca0424d9 numpy-2.2.6-cp310-cp310-musllinux_1_2_aarch64.whl
... (truncated)
Commits
2b686f6Merge pull request #28980 from charris/prepare-2.2.6ed41828REL: Prepare for the NumPy 2.2.6 release [wheel build]83e4e7fMerge pull request #28966 from charris/backport-28958248f0cbTYP: add rejection-tests for complexndarrayfloordiv5bad9daTYP: reject complex scalar types inndarray.__ifloordiv__6c42775Merge pull request #28915 from charris/backport-288924277e7cMerge pull request #28916 from charris/backport-28898bd1c863BUG: Fix missing check for PyErr_Occurred() in _pyarray_correlate. (#28898)87d1d8aMAINT: Avoid dereferencing/strict aliasing warnings during complex casts in `...9e50659Merge pull request #28913 from charris/backport-28908- Additional commits viewable in compare view
Updates ruff from 0.11.7 to 0.11.11
Release notes
Sourced from ruff's releases.
0.11.11
Release Notes
Preview features
- [
airflow] Add autofixes forAIR302andAIR312(#17942)- [
airflow] Move rules fromAIR312toAIR302(#17940)- [
airflow] UpdateAIR301andAIR311with the latest Airflow implementations (#17985)- [
flake8-simplify] Enable fix in preview mode (SIM117) (#18208)Bug fixes
- Fix inconsistent formatting of match-case on
[]and_(#18147)- [
pylint] FixPLW1514not recognizing theencodingpositional argument ofcodecs.open(#18109)CLI
- Add full option name in formatter warning (#18217)
Documentation
- Fix rendering of admonition in docs (#18163)
- [
flake8-print] Improve print/pprint docs forT201andT203(#18130)- [
flake8-simplify] Add fix safety section (SIM110,SIM210) (#18114,#18100)- [
pylint] Fix docs example that produced different output (PLW0603) (#18216)Contributors
@​AlexWaygood@​BradonZhang@​BurntSushi@​CodeMan62@​InSyncWithFoo@​LaBatata101@​Lee-W@​Mathemmagician@​MatthewMckee4@​MichaReiser@​TomerBin@​VascoSch92@​adamaaronson@​brainwane@​brandtbucher@​carljm@​dcreager@​dhruvmanila@​dragon-dxw@​felixscherz@​kiran-4444@​maxmynter@​ntBre
... (truncated)
Changelog
Sourced from ruff's changelog.
0.11.11
Preview features
- [
airflow] Add autofixes forAIR302andAIR312(#17942)- [
airflow] Move rules fromAIR312toAIR302(#17940)- [
airflow] UpdateAIR301andAIR311with the latest Airflow implementations (#17985)- [
flake8-simplify] Enable fix in preview mode (SIM117) (#18208)Bug fixes
- Fix inconsistent formatting of match-case on
[]and_(#18147)- [
pylint] FixPLW1514not recognizing theencodingpositional argument ofcodecs.open(#18109)CLI
- Add full option name in formatter warning (#18217)
Documentation
- Fix rendering of admonition in docs (#18163)
- [
flake8-print] Improve print/pprint docs forT201andT203(#18130)- [
flake8-simplify] Add fix safety section (SIM110,SIM210) (#18114,#18100)- [
pylint] Fix docs example that produced different output (PLW0603) (#18216)0.11.10
Preview features
- [
ruff] Implement a recursive check forRUF060(#17976)- [
airflow] Enable autofixes forAIR301andAIR311(#17941)- [
airflow] Apply try catch guard to allAIR3rules (#17887)- [
airflow] ExtendAIR311rules (#17913)Bug fixes
- [
flake8-bugbear] IgnoreB028ifskip_file_prefixesis present (#18047)- [
flake8-pie] Mark autofix forPIE804as unsafe if the dictionary contains comments (#18046)- [
flake8-simplify] Correct behavior forstr.split/rsplitwithmaxsplit=0(SIM905) (#18075)- [
flake8-simplify] FixSIM905autofix forrsplitcreating a reversed list literal (#18045)- [
flake8-use-pathlib] Suppress diagnostics for allos.*functions that have thedir_fdparameter (PTH) (#17968)- [
refurb] Mark autofix as safe only for number literals (FURB116) (#17692)Rule changes
- [
flake8-bandit] SkipS608for expressionless f-strings (#17999)- [
flake8-pytest-style] Don't recommendusefixturesforparametrizevalues (PT019) (#17650)- [
pyupgrade] Addresource.erroras deprecated alias ofOSError(UP024) (#17933)CLI
... (truncated)
Commits
0397682Bump 0.11.11 (#18259)bcefa45[ty] Renamecall-possibly-unbound-methodto `possibly-unbound-implicit-call...91b7a57[ty] Implement Python's floor division semantics forLiteralints (#18249)98da200[ty] Fix server panic when callingsystem_mut(#18252)029085f[ty] Clarifyty checkoutput default in documentation. (#18246)6df10c6[pylint] Fix docs example that produced different output (PLW0603) (#18216)bdf4884Preserve tuple parentheses in case patterns (#18147)01eeb2f[ty] Support frozen dataclasses (#17974)cb04343[ty] Splitinvalid-baseerror code into two error codes (#18245)02394b8[ty] Improveinvalid-type-formdiagnostic where a module-literal type is us...- Additional commits viewable in compare view
Updates types-tqdm from 4.67.0.20250417 to 4.67.0.20250516
Commits
- See full diff in compare view
Updates types-requests from 2.32.0.20250328 to 2.32.0.20250515
Commits
- See full diff in compare view
Updates pyarrow-stubs from 19.2 to 19.4
Release notes
Sourced from pyarrow-stubs's releases.
19.4
What's Changed
- chore: pyright use strict mode by
@​zen-xuin zen-xu/pyarrow-stubs#233- fix: pa.nulls accept type rather than types by
@​zen-xuin zen-xu/pyarrow-stubs#234Full Changelog: https://github.com/zen-xu/pyarrow-stubs/compare/19.3...19.4
19.3
What's Changed
- fix: Add missing
DictionaryArraymethods/properties by@​dangotbannedin zen-xu/pyarrow-stubs#226- chore: use pyright as static type checker by
@​zen-xuin zen-xu/pyarrow-stubs#227- fix: Match runtime behavior of
(Table|RecordBatch).selectby@​dangotbannedin zen-xu/pyarrow-stubs#221- feat: narrow scalar when type is given by
@​zen-xuin zen-xu/pyarrow-stubs#230Full Changelog: https://github.com/zen-xu/pyarrow-stubs/compare/19.2...19.3
Commits
2f5b7acrelease 19.4 (#235)ec06c82[pre-commit.ci] pre-commit autoupdate (#232)dfa7f01fix: pa.nulls accept type rather than types (#234)213230fchore: pyright use strict mode (#233)8a2c164release 19.3 (#231)1fa9b2bfeat: narrow scalar when type is given (#230)1163c93[pre-commit.ci] pre-commit autoupdate (#220)e8a6014fix: Match runtime behavior of(Table|RecordBatch).select(#221)dcadf97fix: fix pyright action (#229)a4aa0c8chore: use pyright as static type checker (#227)- Additional commits viewable in compare view
Updates tox from 4.25.0 to 4.26.0
Release notes
Sourced from tox's releases.
4.26.0
What's Changed
- Add a missing quote in a TOML example @
config.rstby@​webknjazin tox-dev/tox#3509- Add colour to GitHub Actions CI logs by
@​hugovkin tox-dev/tox#3525- Fix using deprecated virtualenv option
--wheelby@​robsdedudein tox-dev/tox#3528- Fix custom HelpFormatter for Python 3.14 by
@​The-Compilerin tox-dev/tox#3524- Drop support for EOL Python 3.8 by
@​hugovkin tox-dev/tox#3527- Test with Python 3.14 by
@​edgarrmondragonin tox-dev/tox#3533- Fix for tox4 regression issue with setenv file and substitutions (#2435) by
@​realitycheckin tox-dev/tox#3521- Feat: free-threaded python support by
@​robsdedudein tox-dev/tox#3526New Contributors
@​edgarrmondragonmade their first contribution in tox-dev/tox#3533@​realitycheckmade their first contribution in tox-dev/tox#3521Full Changelog: https://github.com/tox-dev/tox/compare/4.25.0...4.26.0
Changelog
Sourced from tox's changelog.
v4.26.0 (2025-05-13)
Features - 4.26.0
- Add support for free-threaded python builds. Factors like ``py313t`` will only pick builds with the GIL disabled while factors without trailing ``t`` will only pick builds without no-GIL support. (:issue:`3391`) - Drop support for EOL Python 3.8. (:issue:`3527`)Bugfixes - 4.26.0
- Fix a regression issue related to inability to use
file|substitution option in nestedset_envsections ofiniconfigurations since tox4 update. (:issue:2435)- Fix
TypeErrorforHelpFormatterwith Python 3.14 (:issue:3523)
Commits
7c3fae8release 4.26.092d4ed3Feat: free-threaded python support (#3526)957f2f8Fix for tox4 regression issue with setenv file and substitutions (#2435) (#3521)5f07ba8Test with Python 3.14 (#3533)50e51ebDrop support for EOL Python 3.8 (#3527)19126daFix custom HelpFormatter for Python 3.14 (#3524)f082f80[pre-commit.ci] pre-commit autoupdate (#3522)51aac32Fix using deprecated virtualenv option--wheel(#3528)b770ed5Add colour to CI logs (#3525)4a8e50e[pre-commit.ci] pre-commit autoupdate (#3520)- Additional commits viewable in compare view
Updates datasets from 3.5.1 to 3.6.0
Release notes
Sourced from datasets's releases.
3.6.0
Dataset Features
- Enable xet in push to hub by
@​lhoestqin huggingface/datasets#7552
- Faster downloads/uploads with Xet storage
- more info: huggingface/datasets#7526
Other improvements and bug fixes
- Add try_original_type to DatasetDict.map by
@​yoshitomo-matsubarain huggingface/datasets#7544- Avoid global umask for setting file mode. by
@​ryan-clancyin huggingface/datasets#7547- Rebatch arrow iterables before formatted iterable by
@​lhoestqin huggingface/datasets#7553- Document the HF_DATASETS_CACHE environment variable in the datasets cache documentation by
@​Harry-Yang0518in huggingface/datasets#7532- fix regression by
@​lhoestqin huggingface/datasets#7558- fix: Image Feature in Datasets Library Fails to Handle bytearray Objects from Spark DataFrames (#7517) by
@​giraffacarpin huggingface/datasets#7521- Remove
aiohttpfrom direct dependencies by@​akxin huggingface/datasets#7294New Contributors
@​ryan-clancymade their first contribution in huggingface/datasets#7547@​Harry-Yang0518made their first contribution in huggingface/datasets#7532@​giraffacarpmade their first contribution in huggingface/datasets#7521@​akxmade their first contribution in huggingface/datasets#7294Full Changelog: https://github.com/huggingface/datasets/compare/3.5.1...3.6.0
Commits
458f45arelease: 3.6.0 (#7562)7b215a3fix decoding tests (#7560)e914f5ffix aiohttp import (#7559)a6461e9Removeaiohttpfrom direct dependencies (#7294)22f62f6fix: Image Feature in Datasets Library Fails to Handle bytearray Objects from...83cc147fix regression (#7558)b1bfe15Document the HF_DATASETS_CACHE environment variable in the datasets cache doc...8874b25Rebatch arrow iterables before formatted iterable (#7553)67907b1Avoid global umask for setting file mode. (#7547)644fd5dEnable xet in push to hub (#7552)- Additional commits viewable in compare view
Updates transformers from 4.51.3 to 4.52.3
Release notes
Sourced from transformers's releases.
Patch release v4.52.3
We had to protect the imports again, a series of bad events. Here are the two prs for the patch:
- Fix tp error when torch distributed is already initialized (#38294) by
@​SunMarc- Protect ParallelInterface (#38262) by
@​ArthurZuckerand@​LysandreJikPatch release v4.52.2
We had to revert #37877 because of a missing flag that was overriding the device map. We re-introduced the changes because they allow native 3D parallel training in Transformers. Sorry everyone for the troubles! 🤗
- Clearer error on import failure (#38257) by
@​LysandreJik- Verified tp plan should not be NONE (#38255) by
@​NouamaneTaziand@​ArthurZucker
Commits
f4fc422v 4.52.348459c9Fix tp error when torch distributed is already initialized (#38294)597e159Protect ParallelInterface (#38262)237c7c3update kenlm55f6c7fClearer error on import failure (#38257)723563dtp plan should not be NONE (#38255)9df95ecRelase: 4.52.29457279Release: v4.52.1eaa3016Revert parallelism temporarily (#38240)b5f4946Protect ParallelInterface- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Pull Request Statistics
0
0
+0
-0
Package Dependencies
Technical Details
| ID: | 807250 |
| UUID: | 3089978893 |
| Node ID: | PR_kwDOJTM5O86Xku31 |
| Host: | GitHub |
| Repository: | togethercomputer/together-python |