Skip to content

v2.3.0

Choose a tag to compare

@github-actions github-actions released this 31 May 18:27
· 5 commits to main since this release
Immutable release. Only release title and notes can be modified.
v2.3.0
f0a2e46

Moves development and documentation dependencies from optional-dependencies to
dependency groups, switches to
httpx2 for HTTP client support, and removes
the inflection dependency.

  • dev and docs dependencies are now declared under [dependency-groups]
    instead of [project.optional-dependencies]. Installed via uv sync --all-groups.
  • The http extra now uses httpx2 instead of httpx. httpx2 provides the
    same httpx module so no code changes are required.
    (#97)
  • The inflection dependency has been removed.
    (#96)