v2.3.0
·
5 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Moves development and documentation dependencies from optional-dependencies to
dependency groups, switches to
httpx2 for HTTP client support, and removes
the inflection dependency.
devanddocsdependencies are now declared under[dependency-groups]
instead of[project.optional-dependencies]. Installed viauv sync --all-groups.- The
httpextra now useshttpx2instead ofhttpx.httpx2provides the
samehttpxmodule so no code changes are required.
(#97) - The
inflectiondependency has been removed.
(#96)