File tree Expand file tree Collapse file tree
_pyinstaller_hooks_contrib Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 2026.0 (2026-01-20)
2+ -------------------
3+
4+ New hooks
5+ ~~~~~~~~~
6+
7+ * Add hook for ``ddgs ``. (`#978
8+ <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/978> `_)
9+ * Add hook for ``fake_useragent ``. (`#978
10+ <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/978> `_)
11+ * Add hook for ``pytokens `` to automatically discover and collect the
12+ ``{id}__mypyc `` top-level module that was introduced in ``pytokens `` 0.4.0.
13+ (`#982
14+ <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/982> `_)
15+
16+
17+ Updated hooks
18+ ~~~~~~~~~~~~~
19+
20+ * Update ``langchain `` hook for compatibility with ``langchain `` >= 1.2.1;
21+ ensure that installed optional add-on packages continue being automatically
22+ collected. (`#980
23+ <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/980> `_)
24+
25+
1262025.11 (2025-12-23)
227--------------------
328
Original file line number Diff line number Diff line change 1212
1313import sys
1414
15- __version__ = '2025.11 '
15+ __version__ = '2026.0 '
1616__maintainer__ = 'Legorooj, bwoodsend'
1717__uri__ = 'https://github.com/pyinstaller/pyinstaller-hooks-contrib'
1818
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments