Commit Graph

11478 Commits

Author SHA1 Message Date
Brian Schubert 843c1fd5a1 [ibm-db] Mark constants as Final (#15465)
* Set literal values for hard-coded constants
* Add missing `__version__`
2026-02-27 08:21:24 +01:00
Brian Schubert d6cdd5ec6d [ibm-db] Add stubs for ibm_db_ctx (#15463) 2026-02-25 01:26:47 -08:00
github-actions[bot] fdbb8d5e34 [stubsabot] Bump ibm-db to 3.2.8 (#14685) 2026-02-24 20:57:22 -05:00
droppingbeans 3e951ce7a1 Link to typing spec rather than PEP-561 (#15461)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2026-02-24 11:36:16 +00:00
Semyon Moroz 33b3568a93 [tensorflow] Add __slots__ (#15459) 2026-02-23 20:22:06 +01:00
Brian Schubert 2b36c453e8 [types] Make UnionType.__getitem__ parameter positional-only (#15458) 2026-02-23 18:06:19 +01:00
github-actions[bot] 6ee36bacec [pyRFC3339] Remove as it ships py.typed file (#15455) 2026-02-23 07:43:52 +01:00
Randolf Scholz 24827c4590 Made parameters of collections.abc members positional only (#15305) 2026-02-22 20:23:45 +01:00
Semyon Moroz b43fc8f6f3 Add missing __slots__ to third-party packages (#15454) 2026-02-22 20:08:46 +01:00
Semyon Moroz 9a9cc1834d [reportlab] Add more annotations for pdfgen (#15452) 2026-02-22 13:44:49 +01:00
Semyon Moroz de7daebb0b [reportlab] Use TypeIs for utils (#15451) 2026-02-22 13:43:56 +01:00
Semyon Moroz 0cb938194a [peewee] Annotate return types (#15450)
Add __slots__
2026-02-22 13:42:56 +01:00
Brian Schubert dfc703cf17 [yt-dlp] Update to 2026.2.21 (#15449) 2026-02-22 13:37:44 +01:00
Jack O'Connor 9cd3428757 [asyncio] Remove redundant overload of asyncio.wait (#15444) 2026-02-21 21:47:05 +01:00
Brian Schubert 0783075d6f [opcode] Remove concrete values from unstable opcode constants (#15447) 2026-02-21 19:04:20 +01:00
Brian Schubert a3d69472e2 [pickle] Fix value of pickle.DEFAULT_PROTOCOL for Python <3.14 (#15446) 2026-02-21 19:03:39 +01:00
Semyon Moroz 9a06cb6c16 [peewee] Update to 4.0.0 (#15445)
* Add default values
2026-02-21 09:48:26 +01:00
Emmanuel Ferdman 9e6b58fad0 [multiprocessing.queues] Add missing pickle methods (#15424) 2026-02-20 19:52:09 +01:00
Semyon Moroz 789bc53252 [reportlab] Add more annotations for pdfbase (#15431) 2026-02-20 19:44:28 +01:00
Emmanuel Ferdman 5af6060410 [protobuf] Add missing encoder and sizer exports (#15422) 2026-02-20 18:46:31 +01:00
Semyon Moroz 0c2dae45f1 [multiprocessing] Update to 3.14 (#15427) 2026-02-20 18:41:04 +01:00
Sebastian Rittau de55f7ff87 [assertpy] Remove spurious Iterable from star arguments (#15441) 2026-02-20 12:45:56 +01:00
github-actions[bot] a63dde194e [stubsabot] Mark fpdf2 as obsolete since 2.8.6 (#14944) 2026-02-20 10:15:32 +01:00
github-actions[bot] 8e768a2745 [stubsabot] Remove ujson as ships py.typed file (#15437) 2026-02-20 10:11:47 +01:00
Brian Schubert 7a610ebc92 [regex] Update to 2026.2.19 (#15439) 2026-02-19 21:46:33 -08:00
Semyon Moroz 637ece0f0d [_thread] Deprecate undocumented synonyms (#15436) 2026-02-18 10:30:11 +01:00
Brian Schubert d4a1c39d5c Make filename, stream, and handlers parameters of logging.basicConfig mutually-exclusive (#15435) 2026-02-18 09:49:35 +01:00
Ali Hamdan 2b2a93d632 stdlib: add default values to logging.basicConfig (#15433) 2026-02-16 17:00:34 -05:00
github-actions[bot] 9c00c6e556 [stubsabot] Bump pyperclip to 1.11.* (#14745) 2026-02-15 13:14:22 -05:00
Semyon Moroz aab5cc601d [reportlab] Update to 4.4.10 (#15421) 2026-02-15 13:15:24 +01:00
github-actions[bot] 7ad79d00cc [stubsabot] Bump pyinstaller to 6.19.* (#15428) 2026-02-14 20:27:39 -05:00
github-actions[bot] d51c3ab8ad [stubsabot] Bump Authlib to 1.6.8 (#15429) 2026-02-14 20:08:29 -05:00
Semyon Moroz 1b3cec1563 [reportlab] Add more annotations for lib (#15426) 2026-02-14 19:20:52 +01:00
Semyon Moroz 6e7ee0eb95 [gunicorn] Update to 25.1.0 (#15425) 2026-02-14 13:12:50 +01:00
J Rob Gant da3de3ac09 [logging] Allow FileHandler.stream to be None (#15378) 2026-02-12 14:38:18 +01:00
Cody Scott e0aed2c49e [socket] Match getaddrinfo() port types in create_connection() (#15386) 2026-02-12 12:26:30 +01:00
Emmanuel Ferdman a19c15d754 [typing] Add missing _from_iterable classmethod to Set ABCs (#15331) 2026-02-12 12:12:10 +01:00
Brian Kohan 64685c86d3 [django-filter] fix return type for MultipleChoiceFilter.get_filter_predicate (#15418) 2026-02-12 07:55:40 +01:00
github-actions[bot] 566c5c2a22 [stubsabot] Mark icalendar as obsolete since 7.0.0 (#15419) 2026-02-12 07:53:28 +01:00
Sebastian Rittau 601dc5f9e9 Remove libsass (#15416) 2026-02-11 14:32:23 +01:00
Sebastian Rittau c492f449fc Remove passlib (#15415) 2026-02-10 16:58:37 +01:00
Sebastian Rittau bbb00d9883 [Markdown] Update to 3.10.2 (#15414) 2026-02-10 16:22:36 +01:00
Sebastian Rittau c4761a80d2 [passlib] Mark as no longer updated (#15412) 2026-02-10 16:10:13 +01:00
Sebastian Rittau 9dd1687ff7 [libsass] Mark as no longer updated (#15413)
Fix stubtest setuptools dependency
2026-02-10 16:10:01 +01:00
Semyon Moroz 8a8d0b750d [dateparser] Annotate a few return and argument types (#15411) 2026-02-10 15:53:42 +01:00
github-actions[bot] 45950a959c [stubsabot] Bump gunicorn to 25.0.3 (#15408) 2026-02-10 07:40:38 +01:00
Semyon Moroz 665cb9b011 [convertdate] Update to 2.4.1 (#15406) 2026-02-09 19:25:33 +01:00
Semyon Moroz 7ef1e06f4d [dateparser] Improve stubs (#15393)
* Functions with `settings` params actually accepts `Settings` (or
  `dict` only if has `@apply_settings` decorator)
* Use `TypeVar` for date params that are used as return objects
* Use `collections.abc.Set` instead of `set` since there is an
  `isinstance` check specifically for `collections.abc.Set`
* Annotated many other parameters
2026-02-09 19:25:18 +01:00
Sebastian Rittau 8ce1e85307 [passlib] Fix stubtest (#15404) 2026-02-09 18:33:24 +01:00
Sebastian Rittau a6fba4f147 Update project.requires-python to >=3.10 (#15402) 2026-02-09 16:48:13 +01:00