Skip to content

v3.0.1

Choose a tag to compare

@kjanat kjanat released this 08 Jun 02:10
· 58 commits to master since this release
v3.0.1
4e432c0

PyPI

Fixed

  • None username/password in REF resolution -- _resolve_entries_with_references raised TypeError: argument of type 'NoneType' is not iterable when an entry with a {REF:...} field also had a None username or password. The field is now guarded before the KP_REF_IDENTIFIER membership test, and None values are normalized to "" for the username/password match so a resolved entry merges its URI instead of spawning a duplicate. Fixes #9, #4.

What's Changed

  • chore(deps): bump black from 26.1.0 to 26.3.1 in the uv group across 1 directory by @dependabot[bot] in #7
  • chore(deps): bump the uv group across 1 directory with 3 updates by @dependabot[bot] in #13
  • Handle None values in reference resolution by @BrainStone in #10 — thanks @szotsaki for reporting #4 🙏

New Contributors

Full Changelog: v3.0.0...v3.0.1