Commit Graph

3306 Commits

Author SHA1 Message Date
github-actions[bot] 532bfbbdf0 [stubsabot] Bump greenlet to 3.4.* (#15637) 2026-04-08 21:36:51 -04:00
qorex 86e2b8518e [aiofiles] Add aiofiles.threadpool.wrap (#15626) 2026-04-08 13:55:13 +02:00
Emmanuel Ferdman c08fa66771 [docker] Improve type annotations in api.swarm (#15629) 2026-04-08 13:18:38 +02:00
Sebastian Rittau 4ea569a02b [jwcrypto] Update to 1.5.7 (#15633)
* Replace some ABCs with concrete types or protocols.
* Use `LiteralString` in some instances.
2026-04-08 13:12:11 +02:00
lev-blit 563213272e Use dashes instead of underscores for METADATA.toml field names (#15614) 2026-04-07 15:03:53 +02:00
Brian Schubert 4f08613245 [Pygments] Complete stubs for filter and filters modules (#15616) 2026-04-06 21:47:39 -04:00
Brian Schubert d3235e3d7b [Pygments] Complete stubs for various modules (#15610) 2026-04-06 21:47:22 -04:00
Brian Schubert 4495b836bf [Pygments] Complete stubs for Formatter (#15608) 2026-04-05 17:45:38 +02:00
Brian Schubert e8d2bc6708 [Pygments] Cleanup metaclass workarounds for mypy<1.1 (#15607) 2026-04-05 17:45:24 +02:00
github-actions[bot] 72b73680a2 [stubsabot] Bump jsonnet to 0.22.* (#15554) 2026-04-04 22:20:48 -04:00
Brian Schubert 97d1089d34 [Pygments] Check for missing stubs outside omitted subpackages (#15606) 2026-04-04 15:02:09 -04:00
Brian Schubert 174c9325c3 [Pygments] Update to 2.20.0 (#15605) 2026-04-04 11:28:33 -04:00
github-actions[bot] f092cefe4e [regex] Bump to 2026.4.4 (#15602) 2026-04-04 11:55:08 +02:00
github-actions[bot] 4acf2e0d96 [tzdata] Bump to 2026.* (#15603) 2026-04-04 11:49:03 +02:00
Sebastian Rittau 4567c8c528 [protobuf] `UnknownFieldSet.__getitem__ takes only positional arguments (#15599) 2026-04-02 20:09:24 -04:00
Emmanuel Ferdman 888b9ff4a2 [docker] Add missing type annotations in docker.types (#15566) 2026-04-02 08:01:59 +02:00
Emmanuel Ferdman 4ab04d2263 [protobuf] Bump to 7.34.1 and improve type coverage (#15569) 2026-04-01 19:44:44 +02:00
lev-blit fc7a5448ff Rename requires to dependencies in METADATA files (#15594) 2026-04-01 19:15:12 +02:00
renovate[bot] 8b31f2639e Update most test/lint dependencies (#15582) 2026-04-01 17:54:51 +02:00
Sebastian Rittau 8ffc43610f Update mypy to 1.20.0 (#15588) 2026-04-01 17:02:18 +02:00
Sebastian Rittau 1004155b8e [channels] Use async def instead of a decorator (#15590) 2026-04-01 15:22:32 +02:00
Sebastian Rittau 9553477993 [ephem] Remove wrong protocol base classes (#15587) 2026-04-01 15:17:11 +02:00
David Salvisberg ccf9411fb1 [uWSGI] Use a TypeVarTuple in uwsgidecorators.thread (#11128) 2026-03-30 13:59:35 +02:00
lev-blit 9023424987 [gunicorn] Add precise return type for asgi.protocol:BodyReceiver.receive (#15567) 2026-03-30 12:37:51 +02:00
lev-blit 5e99fcf870 [gunicorn] Add precise return types for most of CommandHandlers methods (#15568) 2026-03-30 12:37:15 +02:00
github-actions[bot] 2ded3a24a1 [stubsabot] Bump regex to 2026.3.32 (#15570) 2026-03-28 20:51:35 -04:00
Emmanuel Ferdman e78872c57e [docker] Fix incomplete types in models and add missing method (#15565) 2026-03-27 17:46:47 +01:00
Brian Schubert 9840d38f0c [gunicorn] Update to 25.3.0 (#15563) 2026-03-27 12:52:53 +01:00
Brian Schubert 5a5912bd0c [dateparser] Update to 1.4.0 (#15562) 2026-03-27 07:59:52 +01:00
github-actions[bot] 96f56d072c [stubsabot] Bump requests to ~=2.33.0 (#15556) 2026-03-26 07:28:37 +01:00
Semyon Moroz 82533e5fcd [gunicorn] Update to 25.2.0 (#15555) 2026-03-25 21:34:25 +01:00
Victor Colomb b7ac9ee664 [django-import-export]: Fix ForeignKeyWidget.__init__ argument types (#15552) 2026-03-24 19:21:01 +01:00
sedat4ras dc981ee66f [jsonschema] Fix RefResolver store parameter type (#15542)
Change URIDict to use MutableMapping[str, Any] as the value type
throughout, consistent with the actual runtime behavior where store
values are schema documents (JSON objects), not plain strings.
2026-03-24 16:09:54 +01:00
Semyon Moroz 26380ee31c [oauthlib] Use Incomplete instead of Any (#15547) 2026-03-23 18:51:19 +01:00
Sebastian Rittau c48ede8b17 [requests] Add requests.compat.JSONDecodeError (#15545)
Also add a comment that `JSONDecodeError` may be imported from
`simplejson` if that is installed.
2026-03-23 15:08:55 +01:00
Sebastian Rittau 1858acbb36 [jsonschema] Mark RefResolver as deprecated (#15546) 2026-03-23 15:08:17 +01:00
Brian Schubert 81a6d245c2 [python-dateutil] Add missing gettz cache control methods (#15537) 2026-03-22 19:30:19 +01:00
MajorTanya 69d322e01e [dateparser] Fix return type of search_dates (#15539) 2026-03-22 13:10:49 -04:00
Semyon Moroz 64fc8add8f [pywin32] Improve win32com (#15527) 2026-03-22 09:40:52 -04:00
Semyon Moroz 282b1a838a Add @type_check_only to stub-only private classes in various third-party stubs (#15535) 2026-03-21 18:02:17 -04:00
github-actions[bot] 222da0600f [stubsabot] Bump fanstatic to 1.7.* (#15534) 2026-03-21 10:57:30 +01:00
GBognar 9f8f621918 [networkx] Enhance annotation for Networkx.Graph.add_weighted_edges_from (#15528) 2026-03-20 11:12:07 +01:00
Christian Hartung 8193aa109c [channels] Relax django-stubs dependency (#15524) 2026-03-20 09:34:41 +01:00
Emmanuel Ferdman 50ec9108eb [pyasn1] Fix componentType to accept Asn1Type in SequenceOf (#15442) 2026-03-18 13:49:52 +01:00
github-actions[bot] 9c855f37cb [stubsabot] Bump yt-dlp to 2026.3.17 (#15522) 2026-03-17 20:46:34 -04:00
Semyon Moroz 143d22ce2b [pywin32] Add parameters for incomplete functions (#15512) 2026-03-16 17:29:14 -04:00
Hoël Bagard ed11953534 [behave] Add package (incomplete) (#15505) 2026-03-16 15:31:49 +01:00
Brian Schubert e71841fe4b [cachetools] Add @type_check_only to stub-only private classes (#15516)
Also unify duplicated `_CacheInfo` definitions
2026-03-16 08:50:07 +01:00
Brian Schubert 61524fab4e Fix Final literal values in various third-party stubs (#15521) 2026-03-15 19:08:37 -07:00
github-actions[bot] afee73a18c [stubsabot] Bump croniter to 6.2.2 (#15520) 2026-03-15 20:43:30 -04:00