Skip to content

Releases: fashn-AI/fashn-python-sdk

v0.6.0

05 Mar 20:34
c2a2af8

Choose a tag to compare

0.6.0 (2026-03-05)

Full Changelog: v0.5.1...v0.6.0

Features

Bug Fixes

  • client: close streams without requiring full consumption (7f2a317)
  • compat with Python 3.14 (0ebd493)
  • compat: update signatures of model_dump and model_dump_json for Pydantic v1 (02e60a5)
  • ensure streams are always closed (c42ad27)
  • types: allow pyright to infer TypedDict types within SequenceNotStr (3187855)

Chores

  • add missing docstrings (3e29ffc)
  • add Python 3.14 classifier and testing (d214363)
  • bump httpx-aiohttp version to 0.1.9 (1ca3adb)
  • configure new SDK language (9d24d33)
  • deps: mypy 1.18.1 has a regression, pin to 1.17 (d19fca5)
  • docs: use environment variables for authentication in code snippets (ce72987)
  • internal/tests: avoid race condition with implicit client cleanup (fae7724)
  • internal: add missing files argument to base client (e0a4b27)
  • internal: grammar fix (it's -> its) (d9db081)
  • package: drop Python 3.8 support (ad4cdda)
  • update lockfile (d5dd0bd)

v0.5.1

16 Oct 16:42

Choose a tag to compare

0.5.1 (2025-10-16)

Full Changelog: v0.5.0...v0.5.1

Bug Fixes

  • add error details to time_out (5f35072)

v0.5.0

15 Oct 20:45

Choose a tag to compare

0.5.0 (2025-10-15)

Full Changelog: v0.4.0...v0.5.0

Features

  • api: api update (df2f734)
  • return credits used information on .subscribe response (0bc5bd3)

v0.4.0

14 Oct 11:25

Choose a tag to compare

0.4.0 (2025-10-14)

Full Changelog: v0.3.0...v0.4.0

Features

Bug Fixes

Chores

  • do not install brew dependencies in ./scripts/bootstrap by default (fecc0e9)
  • internal: detect missing future annotations with ruff (77108a8)

v0.3.0

19 Sep 12:47

Choose a tag to compare

0.3.0 (2025-09-19)

Full Changelog: v0.2.0...v0.3.0

Features

  • api: api update (7f876c9)
  • improve future compat with pydantic v3 (3fc2f9d)
  • types: replace List[str] with SequenceNotStr in params (286ef4e)

Chores

  • internal: move mypy configurations to pyproject.toml file (d8f2828)
  • internal: update pydantic dependency (3c83614)
  • tests: simplify get_platform test (79d1616)
  • types: change optional parameter type from NotGiven to Omit (a4f7331)

v0.2.0

02 Sep 11:55
8fe5fa4

Choose a tag to compare

0.2.0 (2025-09-02)

Full Changelog: v0.1.2...v0.2.0

Features

Bug Fixes

  • avoid newer type syntax (dde8e6a)

Chores

  • internal: add Sequence related utils (016f338)
  • internal: update pyright exclude list (61d426f)

v0.1.2

26 Aug 16:25
4042baa

Choose a tag to compare

0.1.2 (2025-08-26)

Full Changelog: v0.1.1...v0.1.2

Chores

  • internal: change ci workflow machines (94ff961)

v0.1.1

25 Aug 18:30
2e6335a

Choose a tag to compare

0.1.1 (2025-08-25)

Full Changelog: v0.1.0...v0.1.1

Documentation

  • readme: add companies logo and docs links (f9d3691)

v0.1.0

25 Aug 18:04
37de1ef

Choose a tag to compare

0.1.0 (2025-08-25)

Full Changelog: v0.0.1...v0.1.0

Features

Chores