Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bump mypy from 1.11.2 to 1.13.0#374

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
ludeeus merged 1 commit intomainfromdependabot/pip/mypy-1.13.0
Dec 18, 2024
Merged

Conversation

@dependabot
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubOct 23, 2024
edited
Loading

Bumpsmypy from 1.11.2 to 1.13.0.

Changelog

Sourced frommypy's changelog.

Mypy Release Notes

Next release

Mypy 1.13

We’ve just uploaded mypy 1.13 to the Python Package Index (PyPI).Mypy is a static type checker for Python. You can install it as follows:

python3 -m pip install -U mypy

You can read the full documentation for this release onRead the Docs.

Note that unlike typical releases, Mypy 1.13 does not have any changes to type checking semanticsfrom 1.12.1.

Improved performance

Mypy 1.13 contains several performance improvements. Users can expect mypy to be 5-20% faster.In environments with long search paths (such as environments using many editable installs), mypycan be significantly faster, e.g. 2.2x faster in the use case targeted by these improvements.

Mypy 1.13 allows use of theorjson library for handling the cache instead of the stdlibjson,for improved performance. You can ensure the presence oforjson using thefaster-cache extra:

python3 -m pip install -U mypy[faster-cache]

Mypy may depend onorjson by default in the future.

These improvements were contributed by Shantanu.

List of changes:

  • Significantly speed up file handling error paths (Shantanu, PR17920)
  • Use fast path in modulefinder more often (Shantanu, PR17950)
  • Let mypyc optimise os.path.join (Shantanu, PR17949)
  • Make is_sub_path faster (Shantanu, PR17962)
  • Speed up stubs suggestions (Shantanu, PR17965)
  • Use sha1 for hashing (Shantanu, PR17953)
  • Use orjson instead of json, when available (Shantanu, PR17955)
  • Add faster-cache extra, test in CI (Shantanu, PR17978)

Acknowledgements

Thanks to all mypy contributors who contributed to this release:

  • Shantanu Jain
  • Jukka Lehtosalo

Mypy 1.12

We’ve just uploaded mypy 1.12 to the Python Package Index (PyPI). Mypy is a static type

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabotdependabotbot added dependenciesDependencies updates python labelsOct 23, 2024
@ludeeus
Copy link
Owner

@dependabot rebase

dependabot[bot] reacted with thumbs up emoji

Bumps [mypy](https://github.com/python/mypy) from 1.11.2 to 1.13.0.- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)- [Commits](python/mypy@v1.11.2...v1.13.0)---updated-dependencies:- dependency-name: mypy  dependency-type: direct:development  update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbotforce-pushed thedependabot/pip/mypy-1.13.0 branch from96fd551 toa72b067CompareDecember 18, 2024 15:41
@ludeeusludeeus merged commitf0606ce intomainDec 18, 2024
7 checks passed
@ludeeusludeeus deleted the dependabot/pip/mypy-1.13.0 branchDecember 18, 2024 15:43
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

dependenciesDependencies updates

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@ludeeus

[8]ページ先頭

©2009-2025 Movatter.jp