Skip to content

Releases: HumeAI/hume-python-sdk

v0.13.9

27 Feb 18:53
df5f3ed

Choose a tag to compare

What's Changed

  • add prompt_expansion parameter for external LLMs (link to docs)
  • add new external LLM models: claude-opus-4-6, gemini-3-flash-preview, gpt-5.1, gpt-5.1-priority, gpt-5.2, gpt-5.2-priority
  • upd config creation: external LLM model_provider is now fully optional, providing just the model_resource is enough
  • fix missing external LLM provider: X_AI

Full Changelog: v0.13.8...v0.13.9

v0.13.8

10 Feb 15:57
4787939

Choose a tag to compare

What's Changed

  • fix a python build bug that affected 0.13.7 and 0.13.6, it made internal tests fail, no public-facing effect
  • 🌿 Fern Regeneration -- February 10, 2026 by @fern-api[bot] in #468

Full Changelog: v0.13.7...v0.13.8

v0.13.7

10 Feb 15:09
19ab73d

Choose a tag to compare

What's Changed

  • upd Python version constraints to support 3.13, 3.14, 3.15 by @zgreathouse in #459
  • fix make SessionSettings field optional, it was erroneously required in 0.13.6
  • upd docstrings for intellisense
  • 🌿 Fern Regeneration -- February 10, 2026 by @fern-api[bot] in #465

Full Changelog: v0.13.6...v0.13.7

v0.13.6

08 Jan 16:53
e73400b

Choose a tag to compare

What's Changed

  • #447, #449: Fern Generation (@app/fern-api)
    • (feat) List endpoints now support direct access to the data on the page object itself via .response, rather than just the paginated items.
    • (feat) Add support for filtering by status on hume.chat_groups.get_chat_group
    • (fix) Properly expose support for hume.tts.convert_voice_file and hume.tts.convert_voice_json.

Full Changelog: v0.13.5...v0.13.6

v0.13.5

21 Nov 22:09
daced7f

Choose a tag to compare

What's Changed

Full Changelog: v0.13.4...v0.13.5

v0.13.4

07 Nov 17:02
82c95c3

Choose a tag to compare

What's Changed

  • add allow_connection override to async by @ivaaan in #418
  • 🌿 Fern Regeneration -- November 7, 2025 by @fern-api[bot] in #419

Full Changelog: v0.13.3...v0.13.4

v0.13.3

06 Nov 19:28
5631879

Choose a tag to compare

What's Changed

  • Add allow_connection query param to chat connect by @twitchard in #415

Full Changelog: v0.13.2...v0.13.3

v0.13.2

06 Nov 18:45
0198e57

Choose a tag to compare

What's Changed

Full Changelog: v0.13.1...v0.13.2

v0.13.1

30 Oct 19:57
3a0a1b6

Choose a tag to compare

What's Changed

  • v0.13.0 backward compatibility by @ivaaan in #402
    • Restores as deprecated several methods and classes related to .connect_with_callbacks that was removed from the EVI client in v0.13.0
  • Move ChatConnectOptions to socket_client for backward compatibility by @ivaaan in #404

New Contributors

Full Changelog: v0.13.0...v0.13.1

v0.13.0

30 Oct 14:56
331395d

Choose a tag to compare

What's Changed

  • Fern upgrade by @twitchard in #401
    • (feat) added support for hume_client.empathic_voice.stream_input.connect(...) for supplying streaming input to TTS
    • (break) removed base_url as an argument to HumeClient / AsyncHumeClient. Please use environment instead.
    • Various changes to imports, type names, package versions, and infrastructure related to the upgrade of our SDK generator from fern.
      Full Changelog: v0.12.1...v0.13.0