v1.2.3
·
75 commits
to main
since this release
v1.2.3 (2026-01-06)
Bug Fixes
-
pyproject.toml: Modernise the uv dev dependencies section syntax (
96f3f53) -
stage.py: Altered logical flow to correctly report error modes if incorrect arguments are passed (
0930671)
_get requires a dictionary object to be accompanied by a key value. The previous logical tests to confirm this were conditional on the existence of a key. If a dict is given, but no key, the error message wrongly reported that the object was not a dictionary as a null logical case
Detailed Changes: v1.2.2...v1.2.3