From e26db4f2ea3e3a58f5c8b3849d6c5c2cd9fa8f2e Mon Sep 17 00:00:00 2001 From: Andreas Hartel Date: Wed, 27 Sep 2023 16:39:23 +0200 Subject: [PATCH] update changelog --- Changelog.md | 3 ++- tests/test_summarize.py | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 7708348..473cc69 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,7 +2,8 @@ ## 3.5.1 -- Fix failing serialization of Prompt-base Documents in QA requests +- Fix failing serialization of Prompt-based Documents in QA requests. + Documents should also be constructible from actual Prompts and not only from sequences ## 3.5.0 diff --git a/tests/test_summarize.py b/tests/test_summarize.py index 30ca19c..f1cbb65 100644 --- a/tests/test_summarize.py +++ b/tests/test_summarize.py @@ -1,7 +1,6 @@ import pytest from aleph_alpha_client import Document, SummarizationRequest from aleph_alpha_client.aleph_alpha_client import AsyncClient, Client -from aleph_alpha_client.prompt import Prompt from tests.common import ( sync_client,