Commit Graph

10438 Commits

Author SHA1 Message Date
Sebastian Rittau 0eb44e574c Clean up and fix email message types (#13532)
* Unify the `_MessageT` type var in `email._policybase`.
* Use explicit type arguments for `Message` type in `_MessageT` type var.
  In particular, change bound from `Message[str, str]` to `Message[Any, Any]`.
* Change `__init__()` overloads of `Parser` and `BytesParser` to accept
  `Message` objects that are not `Message[str, str]` if `_class` is not also given.
2025-05-05 11:59:51 -04:00
Avasam a43e0a4c02 Extract grpcio plugins (#13896) 2025-05-05 16:48:46 +02:00
Avasam 5991c939f1 Run Black after grpcio merge (#13944) 2025-05-05 16:34:44 +02:00
Semyon Moroz 9c877e7164 Bump braintree to 4.35.* (#13914) 2025-05-05 16:17:54 +02:00
Semyon Moroz 6083bca762 Bump qrcode to 8.2.* (#13918) 2025-05-05 16:15:03 +02:00
github-actions[bot] 8eb2a96acd [stubsabot] Bump zstd to 1.5.6.8 (#13917) 2025-05-05 15:46:49 +02:00
Micah Denbraver e203c2ba38 grpc _CallIterator is an iterator (#13925) 2025-05-05 15:45:25 +02:00
Avasam 61b54b4eaa Openpyxl: type cell values (#13929) 2025-05-05 15:24:42 +02:00
Avasam 5c7fe07278 Run Black on *_pb2 files (#13930) 2025-05-05 15:22:59 +02:00
Avasam 2b2ea7185b stubtest-complete grpcio plugins (#13932) 2025-05-05 15:21:48 +02:00
Avasam 8d4cafdc15 pytype_test: support either slashes in path params (#13943) 2025-05-05 15:07:30 +02:00
Semyon Moroz 30ff5390f8 Bump setuptools to 80.3.* (#13938) 2025-05-04 20:51:31 -04:00
Hunter Hogan a4d3f6f0de Re-export ast.Match and ast.TypeAlias from _ast.pyi (#13926)
This matches what we do for all other AST nodes
2025-05-03 11:05:20 +01:00
Semyon Moroz c994e2d947 Bump protobuf to ~=6.30.2 (#13922)
Co-authored-by: Avasam <samuel.06@hotmail.com>
2025-05-02 21:20:00 -04:00
Avasam f26b41bdd1 Mention rerunning sync_protobuf scripts (#13924) 2025-05-03 02:29:31 +02:00
Semyon Moroz dde3f837a6 Bump setuptools to 80.1.* (#13915) 2025-05-02 19:19:19 -04:00
Semyon Moroz 0042bcc68f Improve docker.types (#13809)
Co-authored-by: Avasam <samuel.06@hotmail.com>
2025-05-02 19:08:31 -04:00
Allan Lewis a46eea77e3 Correct type of kwargs in assertpy.exception.ExceptionMixin.when_called_with (#13903)
The keys of `kwargs` dicts are always strings, the type hint is for the values,
which in this case could be anything.
2025-05-01 16:47:53 +02:00
Tatsh eec809d049 Add ratelimit stubs (#13909) 2025-05-01 00:50:53 +02:00
Semyon Moroz dd4ef75460 Bump pep8-naming to 0.15.* (#13908) 2025-04-30 16:22:13 +02:00
github-actions[bot] a55309bc7e [stubsabot] Bump peewee to 3.18.0 (#13907) 2025-04-30 15:01:15 +02:00
Semyon Moroz 49afeeb806 Add argument to TarInfo.tarfile setter (#13904) 2025-04-29 20:15:16 +02:00
Sebastian Rittau 12ef43c8d0 Rename "Preparing Changes" to "Making Changes" (#13901)
And integrate the "Code Style" chapter there. This makes the actual
chapter structure follow the overview structure.
2025-04-29 01:04:45 +02:00
Semyon Moroz 232c31c5c4 Complete pyflakes (#13848) 2025-04-28 14:42:26 +02:00
Semyon Moroz 4ba81e82a5 Bump reportlab to 4.4.* (#13857) 2025-04-28 14:27:34 +02:00
Semyon Moroz ba0976e6c5 [hvac] Clarify and improve some annotations (#13886) 2025-04-28 14:05:34 +02:00
Sebastian Rittau 2d60b4bd9c Mark ExifRead as obsolete (#13899) 2025-04-28 14:01:44 +02:00
vidhyavijayan3 42347a1ada Fix base class compatibility for IntFlag in Python 3.11+ to resolve inverted type issue (#13854) 2025-04-28 13:44:40 +02:00
Semyon Moroz 02a9a0e848 Deprecate TarInfo.tarfile attribute (#13894) 2025-04-28 13:41:28 +02:00
Semyon Moroz 6759cb19e6 Improve pywin32.isapi (#13889) 2025-04-28 13:34:51 +02:00
Semyon Moroz 8bfae3303f Bump setuptools to 80.0.* (#13898) 2025-04-28 12:27:03 +02:00
Avasam 5faa04038b Apply mypy-tests custom config to other mypy-based tests (#13825) 2025-04-28 12:24:26 +02:00
Avasam 23f94ffbc4 Remove Any in stubs/grpcio/grpc_status/rpc_status.pyi (#13895) 2025-04-28 08:43:46 +02:00
tmlnv 0dedc39f22 Add None to SubsegmentContextManager.__enter__ return type (#13892) 2025-04-27 16:38:05 +02:00
Janek Nouvertné 8a6bfb0698 Make AsyncExitStack generic on __aexit__ (#13888) 2025-04-27 11:23:34 +03:00
Tamás PEREGI 1ccaa7f8ef Fix return type of win32wnet.WNetOpenEnum (#13890) 2025-04-27 01:03:42 -04:00
Semyon Moroz ebf4d17c8d Improve braintree (#13862) 2025-04-25 13:57:12 +02:00
thomas-whaley-poco 97dc39bc65 Fix generics in NetworkX (#13864) 2025-04-25 13:20:40 +02:00
Sebastian Rittau dd8532343d [fpdf2] Update to 2.8.3 (#13871) 2025-04-25 12:16:28 +02:00
Thanos e07284f7d9 Add missing _optimize parameter to importlib.machinery.SourceFileLoader method. (#13880) 2025-04-25 12:01:45 +02:00
Blake Williams 22b55fb7fa Import gRPC stubs from the grpc-stubs project (#11204) 2025-04-25 10:39:43 +02:00
Avasam 9dd2ea67d3 pywin32: Fix various arguments (#13846) 2025-04-25 10:38:36 +02:00
Semyon Moroz 746dbbcc2b Complete ttkthemes (#13858) 2025-04-25 11:26:21 +03:00
renovate[bot] 5306a8b9d9 Update dependency pyright to v1.1.400 (#13882)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-25 07:47:55 +01:00
David Gilman 0c6ef9c6ae [auth0-python] Add async functions to AsyncAuth0 (#13799)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Avasam <samuel.06@hotmail.com>
2025-04-24 18:12:12 -04:00
Semyon Moroz 56b2eade2c Expand args and kwargs for click_default_group methods (#13873) 2025-04-24 13:58:30 +02:00
Julen Costa Watanabe 23c2cba7ff [tensorflow] Fix literal value for pad function (#13877) 2025-04-24 13:56:57 +02:00
Andrew Riachi 318c8687c8 [PyScreeze] Fix locateCenterOnScreen optional arguments (#13852) 2025-04-24 13:13:15 +02:00
Semyon Moroz 578cddef1f Deprecate undocumented pydoc.ispackage (#13865) 2025-04-24 13:11:45 +02:00
Semyon Moroz e3f0de782d Mark some importlib interfaces as deprecated (#13866) 2025-04-24 13:10:38 +02:00