What's Changed
Bug fixs
* fix loading WorkGraph with PythonJob by superstar54 in https://github.com/aiidateam/aiida-workgraph/pull/172
* use `get_processes_latest` for workgraph.update by superstar54 in https://github.com/aiidateam/aiida-workgraph/pull/174
* raise message when `_widget` is None in `to_html()` by superstar54 in https://github.com/aiidateam/aiida-workgraph/pull/187
* Support Python 3.12 for the entry points by superstar54 in https://github.com/aiidateam/aiida-workgraph/pull/188
* Fix the error when inspecting the typing annotations by superstar54 in https://github.com/aiidateam/aiida-workgraph/pull/177
* Add `executed_task` to record the tasks that have already been submitted. by superstar54 in https://github.com/aiidateam/aiida-workgraph/pull/186
**Full Changelog**: https://github.com/aiidateam/aiida-workgraph/compare/v0.3.13...v0.3.14