v3.0.1
Fixed
Noneusername/password in REF resolution --_resolve_entries_with_referencesraisedTypeError: argument of type 'NoneType' is not iterablewhen an entry with a{REF:...}field also had aNoneusername or password. The field is now guarded before theKP_REF_IDENTIFIERmembership test, andNonevalues 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
- @BrainStone made their first contribution in #10
Full Changelog: v3.0.0...v3.0.1