From f8d53eb5979ca86731caba756d8812c565818919 Mon Sep 17 00:00:00 2001 From: fern-api <115122769+fern-api[bot]@users.noreply.github.com> Date: Tue, 8 Apr 2025 00:01:39 +0000 Subject: [PATCH] SDK regeneration --- .mock/definition/empathic-voice/configs.yml | 1 + .mock/definition/empathic-voice/prompts.yml | 1 + .mock/definition/empathic-voice/tools.yml | 2 ++ pyproject.toml | 2 +- 4 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.mock/definition/empathic-voice/configs.yml b/.mock/definition/empathic-voice/configs.yml index 7e3df889..d70a342c 100644 --- a/.mock/definition/empathic-voice/configs.yml +++ b/.mock/definition/empathic-voice/configs.yml @@ -664,6 +664,7 @@ service: response: docs: Success type: text + status-code: 200 errors: - root.BadRequestError examples: diff --git a/.mock/definition/empathic-voice/prompts.yml b/.mock/definition/empathic-voice/prompts.yml index ad364ad5..9b00c47d 100644 --- a/.mock/definition/empathic-voice/prompts.yml +++ b/.mock/definition/empathic-voice/prompts.yml @@ -377,6 +377,7 @@ service: response: docs: Success type: text + status-code: 200 errors: - root.BadRequestError examples: diff --git a/.mock/definition/empathic-voice/tools.yml b/.mock/definition/empathic-voice/tools.yml index 507fd271..89712938 100644 --- a/.mock/definition/empathic-voice/tools.yml +++ b/.mock/definition/empathic-voice/tools.yml @@ -430,6 +430,8 @@ service: content-type: application/json response: docs: Success + type: text + status-code: 200 errors: - root.BadRequestError examples: diff --git a/pyproject.toml b/pyproject.toml index 6e656bd6..1e56dcda 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hume" -version = "0.0.554" +version = "0.7.14" description = "A Python SDK for Hume AI" readme = "README.md" authors = []