Skip to content

Release 0.2.2 – Starlette Deprecation Fix

Choose a tag to compare

@akutayural akutayural released this 11 Jan 19:57
· 7 commits to main since this release

🔧 Fixes & Improvements

  • Fixed deprecated HTTP_422_UNPROCESSABLE_ENTITY usage and migrated to
    HTTP_422_UNPROCESSABLE_CONTENT with backward compatibility.
  • Removed deprecation warnings on newer Starlette versions.
  • Verified compatibility with pip, uv, and Poetry.

This is a backward-compatible patch release.