Commit Graph

10768 Commits

Author SHA1 Message Date
Semyon Moroz cc9cb918e6 Add pony stubs (#14361) 2025-07-16 19:48:38 +02:00
Leonardus Chen a1ae191820 Fix unittest.mock.patch and unittest.mock.patch.object when new_callable is not None (#14358) 2025-07-16 14:37:32 +02:00
Max Muoto 3f0dce5abe Update sys.monitoring for 3.14 (#14288) 2025-07-16 14:22:12 +02:00
Semyon Moroz 82e2e9c53a [stubsabot] Support "Removal" PRs (#14401) 2025-07-16 13:48:04 +02:00
Randolf Scholz bd17a577a5 Require SupportsBool instead of bool for comparisons. (#14375) 2025-07-16 13:31:32 +02:00
github-actions[bot] 28f4bdf248 [stubsabot] Bump cachetools to 6.1.* (#14291)
Release: https://pypi.org/pypi/cachetools/6.1.0
Homepage: https://github.com/tkem/cachetools/
Repository: https://github.com/tkem/cachetools
Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/cachetools
Diff: https://github.com/tkem/cachetools/compare/v6.0.0...v6.1.0

Stubsabot analysis of the diff between the two releases:
 - Total lines of Python code added: 194.
 - Total lines of Python code deleted: 87.
2025-07-16 02:29:19 -07:00
Michael H d73534badf add rich comparison bound to heapq and priorityqueues using heapq (#14419) 2025-07-15 19:36:28 -07:00
renovate[bot] 84e41f2853 Update dependency aiohttp to v3.12.14 [SECURITY] (#14414)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-14 23:10:58 +01:00
Tab Atkins Jr. 545061338e RawTokenFormatter always returns bytes (#14412) 2025-07-14 21:23:40 +02:00
Semyon Moroz 997284534f [hdbcli] Clarify holdability possible values (#14410) 2025-07-14 15:49:49 +02:00
github-actions[bot] 003ff758ff [stubsabot] Bump hdbcli to 2.25.* (#13668) 2025-07-14 15:11:36 +02:00
Semyon Moroz 3eb51035e1 [docutils] Add missing stubs for transforms dir (#14234) 2025-07-14 13:07:54 +02:00
Semyon Moroz c1613b2ebe [stubsabot] Bump python-crontab to 3.3.* (#14409) 2025-07-14 12:24:28 +02:00
Lev Knoblock 9a0eaf8df5 _json: Type indent as str | None (#14398) 2025-07-12 12:38:31 -07:00
Brian Schubert eba42bdf9e Add default value for expression parameter of string.templatelib.Interpolation (#14403)
Add default for `Interpolation.expression`
2025-07-12 19:18:25 +02:00
Brian Schubert 9fca76c55f [gdb] Complete stubs for gdb.dap (#14269) 2025-07-12 19:16:57 +02:00
Semyon Moroz 138a54b00f [stubsabot] Make more readable logging message (#14405) 2025-07-12 19:15:05 +02:00
Alex Waygood 8c36a53e44 Use stricter pyright settings when testing channels (#14404) 2025-07-12 15:46:13 +01:00
Hunter Hogan 1880490289 Change ast.MatchSingleton.value from Literal[True, False] to bool (#14400)
This is the only annotation in typeshed that uses `Literal[True, False]`. The most similar annotations are `Literal[True, 1]`. 371 annotations are `bool | None`.
2025-07-11 15:55:46 -07:00
Huy Nguyen 844e132d1e Django channels stubs (#13939) 2025-07-11 19:59:58 +02:00
Sebastian Rittau d5af6bee35 Clean up deprecated ast.Constant aliases (#14397)
Add `__new__`, remove fields, mark deprecated `Constant` fields as such.
2025-07-11 14:59:53 +02:00
Semyon Moroz c1299e3a35 Reminder to remove library from pyrightconfig (#14377) 2025-07-11 13:43:03 +02:00
Nate England 126b06fc32 Correct type hints for networkx/algorithms/flow/mincost.pyi (#14395) 2025-07-11 11:33:33 +02:00
Semyon Moroz df3b5f3cdd [PyMySQL] Fix issue with import constants attributes (#14393) 2025-07-10 13:56:51 +02:00
Semyon Moroz 1164c0f9e8 [jmespath] Remove from pyrightconfig (#14378) 2025-07-10 13:26:23 +02:00
Sebastian Rittau 9ac95d40d5 [Authlib] Mark as partial again (#14394)
Some integrations are missing from the stubs
2025-07-10 12:11:51 +02:00
renovate[bot] 9317dc62bd Update dependency pyright to v1.1.403 (#14121)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-09 11:50:56 +01:00
Semyon Moroz b7b764b751 Bump HTMLParser.parse_comment to 3.14 (#14386) 2025-07-09 12:44:30 +02:00
Semyon Moroz d4e03e05fb Update allowlist for Python 3.14 (#14388)
* Update allowlist for Python 3.14

* Add html.parser entry
2025-07-09 09:28:56 +01:00
Semyon Moroz dfee232873 [docutils] Fix issue with *_path params (#14383) 2025-07-09 09:44:39 +02:00
Ali Hamdan fbaced9227 Fix shapely for 2.1 release (#14230) 2025-07-09 09:42:57 +02:00
github-actions[bot] c6ced0deda [stubsabot] Bump peewee to 3.18.2 (#14385)
Release: https://pypi.org/pypi/peewee/3.18.2
Homepage: https://github.com/coleifer/peewee/
Repository: https://github.com/coleifer/peewee
Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/peewee
Diff: https://github.com/coleifer/peewee/compare/3.18.1...3.18.2

Stubsabot analysis of the diff between the two releases:
 - 0 public Python files have been added.
 - 0 files included in typeshed's stubs have been deleted.
 - 1 file included in typeshed's stubs has been modified or renamed: `peewee.py`.
 - Total lines of Python code added: 5.
 - Total lines of Python code deleted: 3.

If stubtest fails for this PR:
- Leave this PR open (as a reminder, and to prevent stubsabot from opening another PR)
- Fix stubtest failures in another PR, then close this PR

Note that you will need to close and re-open the PR in order to trigger CI

Co-authored-by: stubsabot <>
2025-07-09 07:43:54 +01:00
Avasam 07a59e924f networkx: All return types from python-type-stubs (#14256) 2025-07-08 19:05:27 +02:00
Huy Nguyen 0ad1d96f2c Fix ImportError for get_oldest_supported_python in runtests.py (#14381) (#14382) 2025-07-08 17:18:27 +02:00
MegaIng f6bb513eed Update windows install instructions for windows (#14293)
Use the `py` launcher and don't use the `pip` script for upgrading pip itself
2025-07-08 13:41:17 +02:00
Alex Waygood 40c26877c7 Use stricter pyright settings for all of click-web (#14379) 2025-07-08 11:04:51 +01:00
Semyon Moroz f4bf1d90a6 [python-datemath] Remove from pyrightconfig (#14376)
missed in PR #14329
2025-07-07 21:12:31 +01:00
Semyon Moroz 22a5840d61 [docutils] Add missing stubs for readers dir (#14242) 2025-07-07 19:18:48 +02:00
Semyon Moroz 402a217726 [docutils] Impove main stubs (#14107) 2025-07-07 18:01:00 +02:00
Ali Hamdan cb3160488b Fix shapely return types coming from numpy ufuncs (#14231) 2025-07-07 17:43:45 +02:00
Semyon Moroz 28d8ff1a80 [docutils] Add parsers.commonmark_wrapper (#14243) 2025-07-07 17:41:55 +02:00
Brian Schubert 0ca73211f3 [zstd] Update to 1.5.7.1 (#14250) 2025-07-07 17:24:43 +02:00
Abel Cheung 0ed4f10cb9 [html5lib] Minimal pyright fix for HTMLParser.__init__ (#14251) 2025-07-07 17:24:25 +02:00
Tatsh 1f9ce7d59f Add jsonnet stubs (#14253) 2025-07-07 17:21:29 +02:00
Semyon Moroz 571cbf36d4 [flake8-simplify] Complete stubs (#14259) 2025-07-07 16:56:47 +02:00
Brian Schubert 213e696e3f [auth0-python] Bump to 4.10.* (#14261) 2025-07-07 16:46:10 +02:00
Semyon Moroz 7eda640d62 [dockerfile-parse] Use Final for constants (#14258) 2025-07-07 16:45:53 +02:00
Semyon Moroz a345039382 [defusedxml] Add missing stubs (#14265) 2025-07-07 16:37:15 +02:00
Paul Garner 2dabec0db0 [croniter] croniter.pyi: get_next with a ret_type passed should return that type (#14267) 2025-07-07 16:37:04 +02:00
Sebastian Rittau 096cf56da3 Revert "Let SupportsDunderLT return SupportsBool instead of `bool… (#14373)
Revert "Let `SupportsDunderLT` return `SupportsBool` instead of `bool`. (#12939)"

This reverts commit aed8025d62.
2025-07-07 16:25:23 +02:00