Skip to content

v0.1.3 — Critical bugfix

Choose a tag to compare

@finktech-dev finktech-dev released this 06 Jun 19:11
· 22 commits to main since this release

v0.1.3 — Critical bugfix

Fixed: POST /v1/compress was calling lingua.compress() without the target_model argument, causing a TypeError on every request — this was the main compression endpoint
Fixed: API version in Swagger UI was hardcoded as 0.1.0; now reads dynamically from package metadata