Skip to content

v0.20.5

Choose a tag to compare

@rustyconover rustyconover released this 22 Jun 17:46
· 304 commits to main since this release

Maintenance release rolling up the post-0.20.4 merges. No library code changes — the package surface is unchanged from 0.20.4.

Dependencies

  • cryptography 48.0.0 → 49.0.0 (#17)
  • pywin32 311 → 312 (#18)
  • github-actions group: actions/checkout v7, astral-sh/setup-uv v8.2, codecov/codecov-action v7 (#15)
  • Hold aiohttp <3.14 (aioresponses 0.7.8 is incompatible with 3.14's new ClientResponse.stream_writer kwarg) and add a Dependabot ignore so it isn't re-proposed (#20)

Build / CI

  • Run pydoclint isolated via uvx so its docstring-parser-fork dependency no longer collides with the canonical docstring-parser in the project venv. The collision made the lint gate non-deterministic across unrelated dependency bumps; it is now stable (#21)