File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,16 +7,27 @@ releases are available on [PyPI](https://pypi.org/project/pytask) and
77
88## Unreleased
99
10- - {pull}` 739 ` closes file descriptors for the capture manager between CLI runs and
11- disposes stale database engines to prevent hitting OS file descriptor limits in
12- large test runs.
10+ - Nothing yet.
11+
12+ ## 0.5.8 - 2025-12-30
13+
14+ - {pull}` 710 ` adds support for Python 3.14.
15+ - {pull}` 724 ` handles lazy annotations for task generators in Python 3.14.
1316- {pull}` 725 ` fixes the pickle node hash test by accounting for Python 3.14's
1417 default pickle protocol.
1518- {pull}` 726 ` adapts the interactive debugger integration to Python 3.14's
1619 updated ` pdb ` behaviour and keeps pytest-style capturing intact.
20+ - {pull}` 732 ` fixes importing packages with missing ` __init__.py ` files.
21+ - {pull}` 739 ` closes file descriptors for the capture manager between CLI runs and
22+ disposes stale database engines to prevent hitting OS file descriptor limits in
23+ large test runs.
1724- {pull}` 734 ` migrates from mypy to ty for type checking.
1825- {pull}` 736 ` updates the comparison to other tools documentation and adds a section on
1926 the Common Workflow Language (CWL) and WorkflowHub.
27+ - {pull}` 730 ` updates GitHub Actions dependencies.
28+ - {pull}` 731 ` enables automerge for pre-commit and Dependabot.
29+ - {pull}` 733 ` and {pull}` 727 ` refresh pre-commit hooks.
30+ - {pull}` 737 ` enables merge groups.
2031
2132## 0.5.7 - 2025-11-22
2233
You can’t perform that action at this time.
0 commit comments