Skip to content

Commit 3c5a4bf

Browse files
author
github-actions
committed
Release v2026.0
1 parent 65b41b5 commit 3c5a4bf

6 files changed

Lines changed: 26 additions & 8 deletions

File tree

CHANGELOG.rst

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
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+
126
2025.11 (2025-12-23)
227
--------------------
328

_pyinstaller_hooks_contrib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
import sys
1414

15-
__version__ = '2025.11'
15+
__version__ = '2026.0'
1616
__maintainer__ = 'Legorooj, bwoodsend'
1717
__uri__ = 'https://github.com/pyinstaller/pyinstaller-hooks-contrib'
1818

news/978.new.1.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/978.new.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/980.update.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

news/982.new.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)