SIGN IN SIGN UP

Pretrain, finetune ANY AI model of ANY size on 1 or 10,000+ GPUs with zero code changes.

0 0 89 Python

build(deps): bump mypy from 1.19.1 to 1.20.0 in /requirements (#21650)

* build(deps): bump mypy from 1.19.1 to 1.20.0 in /requirements

Bumps [mypy](https://github.com/python/mypy) from 1.19.1 to 1.20.0.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python/mypy/compare/v1.19.1...v1.20.0)

---
updated-dependencies:
- dependency-name: mypy
  dependency-version: 1.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix: remove type ignore comments for precision handling in connector and accelerator_connector

* fix: drop dead Python <3.10 guard in registry entry_points call

The minimum supported Python version is 3.10, so the `_PYTHON_GREATER_EQUAL_3_10_0`
ternary in `_load_external_callbacks` was unreachable and caused a mypy error with
the 1.20.0 upgrade (`dict[Never, Never]` incompatible with `EntryPoints`).

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: bhimrazy <bhimrajyadav977@gmail.com>
D
dependabot[bot] committed
7c0d9df38212fa70cb110d906c8e8a07f576ed19
Parent: fff262d
Committed by GitHub <noreply@github.com> on 4/13/2026, 7:55:58 PM